An open API service indexing awesome lists of open source software.

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.

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!