An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/xarantolus/jsonextract : v1.0.0

Package jsonextract implements functions for finding and extracting any valid JavaScript object (not just JSON) from an io.Reader. This is an example of valid input for this package: The input will be searched for anything that looks like JavaScript notation. Found objects and arrays are converted to JSON, which can then be used for decoding into Go structures. Objects is a high-level function for easily extracting certain objects no matter their position within any other object. Reader is a lower-level function that gives you more control over how you process objects and arrays.

Registry - Documentation - Download - JSON
purl: pkg:golang/github.com/xarantolus/jsonextract@v1.0.0
Published:
Indexed:

    Loading...
    Readme
    Loading...