Skip to content
Snippets Groups Projects
Commit 63df2deb authored by Qianqian Fang's avatar Qianqian Fang
Browse files

fix readme typo

parent 64f98c0b
No related branches found
No related tags found
No related merge requests found
...@@ -457,11 +457,11 @@ where ``jd.loadt()`` function loads a text-based JSON file, performs ...@@ -457,11 +457,11 @@ where ``jd.loadt()`` function loads a text-based JSON file, performs
JData decoding and converts the enclosed data into Python ``dict``, ``list`` JData decoding and converts the enclosed data into Python ``dict``, ``list``
and ``numpy`` objects. Similarly, ``jd.loadb()`` function loads a binary and ``numpy`` objects. Similarly, ``jd.loadb()`` function loads a binary
JData/UBJSON file and performs similar conversions. One can directly call JData/UBJSON file and performs similar conversions. One can directly call
``jd.load()`` to open JSONLab (and derived toolboxes such as jnifti: ``jd.load()`` to open JSONLab (and derived toolboxes such as **jnifti**:
https://github.com/fangq/jnifti or jsnirfy: https://github.com/fangq/jsnirfy) https://github.com/fangq/jnifti or **jsnirfy**: https://github.com/fangq/jsnirfy)
generated files based on their respective file suffix. generated files based on their respective file suffix.
Similarly, the ``jb.savet()``, ``jb.saveb()`` and ``jb.save`` functions Similarly, the ``jd.savet()``, ``jd.saveb()`` and ``jd.save`` functions
can revert the direction and convert a Python/Numpy object into JData encoded can revert the direction and convert a Python/Numpy object into JData encoded
data structure and store as text-, binary- and suffix-determined output files, data structure and store as text-, binary- and suffix-determined output files,
respectively. respectively.
......
...@@ -399,11 +399,11 @@ where `jd.loadt()` function loads a text-based JSON file, performs ...@@ -399,11 +399,11 @@ where `jd.loadt()` function loads a text-based JSON file, performs
JData decoding and converts the enclosed data into Python `dict`, `list` JData decoding and converts the enclosed data into Python `dict`, `list`
and `numpy` objects. Similarly, `jd.loadb()` function loads a binary and `numpy` objects. Similarly, `jd.loadb()` function loads a binary
JData/UBJSON file and performs similar conversions. One can directly call JData/UBJSON file and performs similar conversions. One can directly call
`jd.load()` to open JSONLab (and derived toolboxes such as jnifti: `jd.load()` to open JSONLab (and derived toolboxes such as '''jnifti''':
https://github.com/fangq/jnifti or jsnirfy: https://github.com/fangq/jsnirfy) https://github.com/fangq/jnifti or '''jsnirfy''': https://github.com/fangq/jsnirfy)
generated files based on their respective file suffix. generated files based on their respective file suffix.
Similarly, the `jb.savet()`, `jb.saveb()` and `jb.save` functions Similarly, the `jd.savet()`, `jd.saveb()` and `jd.save` functions
can revert the direction and convert a Python/Numpy object into JData encoded can revert the direction and convert a Python/Numpy object into JData encoded
data structure and store as text-, binary- and suffix-determined output files, data structure and store as text-, binary- and suffix-determined output files,
respectively. respectively.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment