[Release] JSONLab v2.9.8 contains many new features and updates #12
fangq
started this conversation in
NeuroJSON.io and data hosting service
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
JSONLab v2.9.8 - code named "Micronus Prime - beta" - is the beta-release of the next milestone (v3.0), containing a number of key feature enhancements and bug fixes. The major new features include
jsonget,jsonset
) for rapid disk-map like reading/writing of JSON/binary JSON files and writing, implementing JSON-Mmap spec v1 Draft 1jsonpath
) to MATLAB data and JSON/binary JSON file and streams, including deep-scan operators,_DataLink_
decoding to link multiple JSON/binary JSON filesjsoncache
,jdlink
) to permit on-demand download and processing of complex JSON-encoded datasets such as neuroimaging datasets hosted on https://neurojson.iosavejson/loadjson
can use MATLAB/Octave built-injsonencode/jsondecode
using theBuiltinJSON
optionstruct
tocontainers.Map
when encoded key-length exceeds 63octavezmat
) on Octave when ZMat is not installed.nii/.nii.gz/.jnii/.h5/.snirf/.tsv/.csv
parsers to allow loadjd.m to read wide range of filesjson2couch
from jbids (https://github.com/NeuroJSON/jbids) to allow uploading json files to CouchDB serverthe package is super compact (199KB zipped), highly portable and supports all versions of MATLAB as old as R2008, and all versions of GNU Octave as old as 3.8. We spent a huge effort to make sure the code is compatible with both MATLAB and Octave so that you can write a single code and expect it to run robustly across all MATLAB/Octave versions.
Click here to register and download and fill out a short survey (if you haven't) to help us on future integration of JSONLab with the large JSON data resources on https://neurojson.io
Beta Was this translation helpful? Give feedback.
All reactions