Major updates
- added
jsonpath
function to support JSONLab-like JSONPath implementation - added
loadts
,loadbs
to read JSON/binary JSON streams instead of files - added
jdlink
function to support dynamic downloading/caching externally linked data files - added
loadurl
to directly read JSON data via REST-API;load
also supports RESTful URLs, with local file cache support - added
dumpb
to print binary JSON byte-buffer, similar toshow
to print JSON strings - added more fine-grained unit-tests
- significantly updated README, with examples from key functions
download the package via pip: python3 -m pip install jdata
, read examples in README at https://pypi.org/project/jdata/
All JData users, please provide your critical feedback to guide our next-stage development of this software by filling out a short community survey at https://neurojson.org/survey/2024-1a
We thank you for your inputs!