All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Introduction to JSON Query: A Flexible and Expandable JSON Query Language

By

wofo

7mo ago· 2 min readenNews

Summary

The article introduces JSON Query, a small, flexible, and expandable JSON query language. It explains the basic syntax structure where functions are defined with names followed by comma-separated arguments in parentheses, and how functions like filter, sort, and max are executed in a chain where operations are applied to data input and forwarded to subsequent methods. The article provides examples of query syntax and mentions that JSON Query supports all basic operators, which must have both left and right operands.

Key quotes

· 3 pulled
A function is defined as a function name followed by comma separated arguments wrapped in round brackets.
it is important to understand functions like filter, sort, and max are executed as a method in a chain: the operation is applied to the data input, and forwarded to the next method in the chain (if any).
JSON Query supports all basic operators. Operators must have both a left and right operand.
Snippet from the RSS feed
JSON Query - a small, flexible, and expandable JSON query language

You might also wanna read