#jsonselect
Explore tagged Tumblr posts
baazzilhassan-blog · 12 years ago
Text
JSONSelect
JSONSelect defines a language very similar in syntax and structure to CSS3 Selectors. JSONSelect expressions are patterns which can be matched against JSON documents. Potential applications of JSONSelect include:
Simplified programmatic matching of nodes within JSON documents.
Stream filtering, allowing efficient and incremental matching of documents.
As a query language for a document database.
You can check the full documentation here and you can try it here.
0 notes