JSONata: A Language for Data
We all know JSON. But you might not know that it stands for JavaScript Object Notation. JSON.org says it best, "It is easy for humans to read and write. It is easy for machines to parse and generate."
{
"foo": "bar"
}
It truly is easy. Nearly every language supports JSON either directly or through popular packages/libraries. This list includes things like C, Java, C#, Rust, Lisp, etc., but also more obscure…