1- ===============================================================================
2- = JSONLab =
3- = An open-source MATLAB/Octave JSON encoder and decoder =
4- ===============================================================================
1+ ##############################################################################
2+ JSONLab
3+ An open-source MATLAB/Octave JSON encoder and decoder
4+ ##############################################################################
55
66*Copyright (C) 2011-2017 Qianqian Fang <q.fang at neu.edu>
77*License: BSD or GNU General Public License version 3 (GPL v3), see License *.txt
88*Version: 1.5 (Nominus - alpha)
99
10- -------------------------------------------------------------------------------
1110
1211Table of Content:
1312
@@ -17,9 +16,9 @@ III.Using JSONLab
1716IV. Known Issues and TODOs
1817V. Contribution and feedback
1918
20- -------------------------------------------------------------------------------
21-
22- I. Introduction
19+ ============
20+ Introduction
21+ ============
2322
2423JSON ([http://www.json.org/ JavaScript Object Notation]) is a highly portable,
2524human-readable and "[http://en.wikipedia.org/wiki/JSON fat-free]" text format
@@ -50,9 +49,9 @@ JSON/UBJSON formatted strings, or to decode a JSON/UBJSON file into MATLAB
5049data structure. JSONLab supports both MATLAB and
5150[http://www.gnu.org/software/octave/ GNU Octave] (a free MATLAB clone).
5251
53- -------------------------------------------------------------------------------
54-
52+ ================
5553II. Installation
54+ ================
5655
5756The installation of JSONLab is no different than any other simple
5857MATLAB toolbox. You only need to download/unzip the JSONLab package
@@ -66,9 +65,10 @@ browse to the jsonlab root folder and add to the list, then click "Save".
6665Then, run "rehash" in MATLAB, and type "which loadjson", if you see an
6766output, that means JSONLab is installed for MATLAB/Octave.
6867
69- -------------------------------------------------------------------------------
7068
71- III.Using JSONLab
69+ ================
70+ Using JSONLab
71+ ================
7272
7373JSONLab provides two functions, loadjson.m -- a MATLAB->JSON decoder,
7474and savejson.m -- a MATLAB->JSON encoder, for the text-based JSON, and
@@ -368,9 +368,9 @@ and loadubjson functions for various matlab data structures.
368368Please run these examples and understand how JSONLab works before you use
369369it to process your data.
370370
371- -------------------------------------------------------------------------------
372-
373- IV. Known Issues and TODOs
371+ =======================
372+ Known Issues and TODOs
373+ =======================
374374
375375JSONLab has several known limitations. We are striving to make it more general
376376and robust. Hopefully in a few future releases, the limitations become less.
@@ -389,9 +389,9 @@ possibility of making it upstream
389389# loadubjson can not parse all UBJSON Specification (Draft 9) compliant \
390390files, however, it can parse all UBJSON files produced by saveubjson.
391391
392- -------------------------------------------------------------------------------
393-
394- V. Contribution and feedback
392+ ==========================
393+ Contribution and feedback
394+ ==========================
395395
396396JSONLab is an open-source project. This means you can not only use it and modify
397397it as you wish, but also you can contribute your changes back to JSONLab so
0 commit comments