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

github.com/bube054/jsonvx

Package jsonvx is a highly configurable JSON parser, querier, and formatter for Go. It supports both strict JSON (as defined by ECMA-404) and up to a more relaxed variant such as JSON5. This makes it ideal for parsing user-generated data, configuration files, or legacy formats that don't fully comply with the JSON specification. With a single ParserConfig struct, jsonvx gives you fine-grained control over how JSON is parsed. You can enable or disable features like: After parsing, jsonvx gives you a clean abstract syntax tree (AST) that you can either traverse manually or query using the built-in API. Each node in the tree implements a common JSON interface, so you can safely inspect, transform, or stringify data as needed. jsonvx is designed for flexibility and correctness — not raw performance. It prioritizes clarity and configurability over speed, making it perfect for tools, linters, formatters, and config loaders where input may vary or include non-standard extensions. If you need full control over how JSON is interpreted and a structured way to work with the result, jsonvx is for you.

Ecosystem
proxy.golang.org
Latest Release
v1.0.0
7 months ago
Versions
1
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/bube054/jsonvx
spec
License MIT
Namespace github.com/bube054
First Release 7 months ago
Last Synced 12 days ago
Repository
Stars 0 on GitHub
Forks 0 on GitHub
Rankings on proxy.golang.org
Overall Top 5.4%