File: Contents.m

package info (click to toggle)
octave-jsonlab 2.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: sh: 50; makefile: 8
file content (61 lines) | stat: -rw-r--r-- 3,327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
% JSONLAB
%
% Files
%   base64decode       - output = base64decode(input)
%   base64encode       - output = base64encode(input)
%   blosc2decode       - output = blosc2decode(input)
%   blosc2encode       - output = blosc2encode(input)
%   decodevarname      - newname = decodevarname(name)
%   encodevarname      - newname = encodevarname(name)
%   fast_match_bracket - [endpos, maxlevel] = fast_match_bracket(key,pos,startpos,brackets)
%   filterjsonmmap     - mmap=filterjsonmmap(mmap, patterns, isinclude)
%   gzipdecode         - output = gzipdecode(input)
%   gzipencode         - output = gzipencode(input)
%   isoctavemesh       - [isoctave verinfo]=isoctavemesh
%   jdatadecode        - newdata=jdatadecode(data,opt,...)
%   jdataencode        - jdata=jdataencode(data)
%   jdatahash.m        - key = jdatahash(data, algorithm)
%   jdlink             - data = jdlink(uripath)
%   jload              - jload
%   jsave              - jsave
%   json2couch         - response = json2couch(jsonfile, couchdburl, dbname, docname, logininfo)
%   jsoncache          - [cachepath, filename]=jsoncache(hyperlink)
%   jsonget            - json=jsonget(fname,mmap,'$.jsonpath1','$.jsonpath2',...)
%   jsonopt            - val=jsonopt(key,default,optstruct)
%   jsonpath           - obj=jsonpath(root, jsonpath)
%   jsonset            - json=jsonset(fname,mmap,'$.jsonpath1',newval1,'$.jsonpath2','newval2',...)
%   loadbj             - data=loadbj(fname,opt)
%   loadjd             - data=loadjd(inputfile)
%   loadjson           - data=loadjson(fname,opt)
%   loadmsgpack        - data = loadmsgpack(fname,varargin)
%   loadubjson         - data=loadubjson(fname,opt)
%   lz4decode          - output = lz4decode(input)
%   lz4encode          - output = lz4encode(input)
%   lz4hcdecode        - output = lz4hcdecode(input)
%   lz4hcencode        - output = lz4hcencode(input)
%   lzipdecode         - output = lzipdecode(input)
%   lzipencode         - output = lzipencode(input)
%   lzmadecode         - output = lzmadecode(input)
%   lzmaencode         - output = lzmaencode(input)
%   match_bracket      - [endpos, maxlevel] = match_bracket(str,startpos,brackets)
%   mergestruct        - s=mergestruct(s1,s2)
%   nestbracket2dim    - [dims, isndarray, maxlevel, count] = nestbracket2dim(str,brackets)
%   octavezmat         - output = octavezmat(input, iscompress, zipmethod)
%   savebj             - bjd=savebj(obj)
%   savejd             - savejd(rootname, obj, outputfile)
%   savejson           - json=savejson(obj)
%   savemsgpack        - msgpk=savemsgpack(obj)
%   saveubjson         - ubj=saveubjson(obj)
%   varargin2struct    - opt=varargin2struct('param1',value1,'param2',value2,...)
%   zlibdecode         - output = zlibdecode(input)
%   zlibencode         - output = zlibencode(input)
%   zstddecode         - output = zstddecode(input)
%   zstdencode         - output = zstdencode(input)
%   loadbidstsv        - data = loadbidstsv(tsvfile)
%   loadh5             - [data, meta] = loadh5(filename)
%   loadjnifti         - jnii=loadjnifti(inputfile)
%   loadnifti          - jnii=loadnifti(inputfile)
%   nii2jnii           - jnii=nii2jnii(niifile)
%   niicodemap         - newval=niicodemap(name, value)
%   niiformat          - niiheader=niiformat(format)
%   niiheader2jnii     - nii = niiheader2jnii(nii0)