lykn is a lightweight Lisp that compiles to clean, readable JavaScript. No runtime, no dependencies in the output — just JS you'd write by hand, but expressed in s-expressions. lykn has two syntax ...
This Go library allows you to extract parts of a JSON object using the JSONPath query syntax. The JSONPath syntax parser is implemented using PEG, which helps keep the source code simple and ...