Crate jaq_std

source ·
Expand description

Standard library for a JSON query language.

Just like Rust, jaq is divided into a core and a standard library. The standard library provides a set of filters defined using core filters. For example, the standard library provides the map(f) filter, which is defined using the more elementary filter [.[] | f].

Functions§

  • Return the standard library.