JSONata Documentation · JSONata

Introduction

JSONata is a lightweight query and transformation language for JSON data. Inspired by the 'location path' semantics of XPath 3.1, it allows sophisticated queries to be expressed in a compact and intuitive notation. A rich complement of built in operators and functions is provided for manipulating and combining extracted data, and the results of queries can be formatted into any JSON output structure using familiar JSON object and array syntax. Coupled with the facility to create user defined functions, advanced expressions can be built to tackle any JSON query and transformation task.

Get JSONata

Implementations of JSONata

The following are known implementations of JSONata in addition to the primary implementation in JavaScript in the above repo.

LanguageLinkNotesJSONata version
Chttps://github.com/qlyoung/jsonata-cRuns JSONata in embedded JS engine1.8.3
Gohttps://github.com/blues/jsonata-goNative implementation1.5.4
Gohttps://github.com/yxuco/gojsonataNative implementation
Javahttps://github.com/IBM/JSONata4JavaNative implementation
Javahttps://github.com/dashjoin/jsonata-javaNative port of reference2.0.5
.NEThttps://github.com/mikhail-barg/jsonata.net.nativeNative implementation1.8.5
Pythonhttps://github.com/qlyoung/pyjsonataAPI bindings based on C bindings1.8.3
Pythonhttps://github.com/rayokota/jsonata-pythonNative port of reference2.0.5
Rusthttps://github.com/johanventer/jsonata-rustImplementation work in progress
Rusthttps://github.com/Stedi/jsonata-rsActively-developed fork of jsonata-rust

Find out more