https://github.com/tamboto2000/json5extract
JSON5Extract is a library for extracting any valid JSON5 strings from a provided source like text, a string, bytes, or an io.Reader written with Go from scratch.
https://github.com/tamboto2000/json5extract
json5 json5-extractor json5-parse json5-strings
Last synced: 5 months ago
JSON representation
JSON5Extract is a library for extracting any valid JSON5 strings from a provided source like text, a string, bytes, or an io.Reader written with Go from scratch.
- Host: GitHub
- URL: https://github.com/tamboto2000/json5extract
- Owner: tamboto2000
- License: mit
- Created: 2021-01-01T11:38:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T01:48:29.000Z (over 5 years ago)
- Last Synced: 2024-06-21T13:09:53.292Z (almost 2 years ago)
- Topics: json5, json5-extractor, json5-parse, json5-strings
- Language: Go
- Homepage:
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json5extract
JSON5Extract is a library for extracting any valid JSON5 strings from a provided source like text, a string, bytes, or an io.Reader written with Go from scratch.
v2 is on the way!