Skip to content

Commit ab23b51

Browse files
authored
Update README.rst
1 parent 154ef61 commit ab23b51

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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

1211
Table of Content:
1312

@@ -17,9 +16,9 @@ III.Using JSONLab
1716
IV. Known Issues and TODOs
1817
V. Contribution and feedback
1918

20-
-------------------------------------------------------------------------------
21-
22-
I. Introduction
19+
============
20+
Introduction
21+
============
2322

2423
JSON ([http://www.json.org/ JavaScript Object Notation]) is a highly portable,
2524
human-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
5049
data structure. JSONLab supports both MATLAB and
5150
[http://www.gnu.org/software/octave/ GNU Octave] (a free MATLAB clone).
5251

53-
-------------------------------------------------------------------------------
54-
52+
================
5553
II. Installation
54+
================
5655

5756
The installation of JSONLab is no different than any other simple
5857
MATLAB 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".
6665
Then, run "rehash" in MATLAB, and type "which loadjson", if you see an
6766
output, that means JSONLab is installed for MATLAB/Octave.
6867

69-
-------------------------------------------------------------------------------
7068

71-
III.Using JSONLab
69+
================
70+
Using JSONLab
71+
================
7272

7373
JSONLab provides two functions, loadjson.m -- a MATLAB->JSON decoder,
7474
and savejson.m -- a MATLAB->JSON encoder, for the text-based JSON, and
@@ -368,9 +368,9 @@ and loadubjson functions for various matlab data structures.
368368
Please run these examples and understand how JSONLab works before you use
369369
it to process your data.
370370

371-
-------------------------------------------------------------------------------
372-
373-
IV. Known Issues and TODOs
371+
=======================
372+
Known Issues and TODOs
373+
=======================
374374

375375
JSONLab has several known limitations. We are striving to make it more general
376376
and 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 \
390390
files, 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

396396
JSONLab is an open-source project. This means you can not only use it and modify
397397
it as you wish, but also you can contribute your changes back to JSONLab so

0 commit comments

Comments
 (0)