Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/json_unstringify
https://github.com/robbestad/json_unstringify
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robbestad/json_unstringify
- Owner: robbestad
- Created: 2022-04-04T07:57:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T12:22:41.000Z (almost 3 years ago)
- Last Synced: 2024-12-01T08:12:52.319Z (about 2 months ago)
- Language: Rust
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON unstringify
Unstringifies stringified JSON and returns a parsed JSON object
Import:
`use json_unstringify`Usage:
`json_unstringify::parse(some_stringified_json);`