Get JSON values quickly - JSON parser for Go
GJSON is a Go package that provides fast and simple retrieval of values from JSON documents using dot notation paths and query syntax. The library supports features including one-line value retrieval, path syntax with wildcards and array indexing, iteration over objects and arrays, JSON Lines parsing, and custom modifier functions for transforming results. Built in Go, GJSON is authored by tidwall and also available in Python and Rust implementations.