Recent Releases of dotpath
dotpath - Added functionality and implementations
This release sees two functions added, getDotpath and hasDotpath. It also sees comparable implementations in Python3 and TypeScript.
- HTML
Published by rsdoiel 11 months ago
dotpath - Maintenance release
Compiled against Go 1.19.
- HTML
Published by rsdoiel over 3 years ago
dotpath - Added codemeta.json and CITATION.cff
Added a test to confirm dotpath will parse JSON-LD style object keys. Switched package version to version.go and update Makefile rule to generate version.go from the codemeta.json.
- HTML
Published by rsdoiel over 4 years ago
dotpath - Initial Release
dotpath provides a dot notation syntax parse for reaching in to array and map structs (such as those represented as JSON objects). It was inspired by Stephen Dolan's jq but implemented in Go so we have similar features in our Go based packages and programs that work with JSON data here at Caltech Library.
- HTML
Published by rsdoiel about 8 years ago