Funkjson
Funkjson is a lightweight data-interchange format and accompanying toolchain that extends JSON with constructs for functional-style transformation, streaming parsing, and compact annotations. It is designed to make common data manipulation tasks—such as mapping, filtering and folding—expressible as concise, composable operations embedded alongside declarative data structures.
The format retains JSON compatibility for basic objects and arrays but introduces a small set of syntactic
Funkjson is implemented in several languages by independent projects and is distributed under permissive open-source licenses
Criticisms include increased complexity over plain JSON, potential security risks when evaluating embedded expressions, and limited