https://github.com/robbestad/json_unstringify
https://github.com/robbestad/json_unstringify
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robbestad/json_unstringify
- Owner: robbestad
- Created: 2022-04-04T07:57:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T12:22:41.000Z (about 3 years ago)
- Last Synced: 2025-03-24T21:03:50.744Z (3 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);`