File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -457,11 +457,11 @@ where ``jd.loadt()`` function loads a text-based JSON file, performs
457457JData decoding and converts the enclosed data into Python ``dict ``, ``list ``
458458and ``numpy `` objects. Similarly, ``jd.loadb() `` function loads a binary
459459JData/UBJSON file and performs similar conversions. One can directly call
460- ``jd.load() `` to open JSONLab (and derived toolboxes such as jnifti:
461- https://github.com/fangq/jnifti or jsnirfy: https://github.com/fangq/jsnirfy)
460+ ``jd.load() `` to open JSONLab (and derived toolboxes such as ** jnifti ** :
461+ https://github.com/fangq/jnifti or ** jsnirfy ** : https://github.com/fangq/jsnirfy)
462462generated files based on their respective file suffix.
463463
464- Similarly, the ``jb .savet() ``, ``jb .saveb() `` and ``jb .save `` functions
464+ Similarly, the ``jd .savet() ``, ``jd .saveb() `` and ``jd .save `` functions
465465can revert the direction and convert a Python/Numpy object into JData encoded
466466data structure and store as text-, binary- and suffix-determined output files,
467467respectively.
Original file line number Diff line number Diff line change @@ -399,11 +399,11 @@ where `jd.loadt()` function loads a text-based JSON file, performs
399399JData decoding and converts the enclosed data into Python `dict`, `list`
400400and `numpy` objects. Similarly, `jd.loadb()` function loads a binary
401401JData/UBJSON file and performs similar conversions. One can directly call
402- `jd.load()` to open JSONLab (and derived toolboxes such as jnifti:
403- https://github.com/fangq/jnifti or jsnirfy: https://github.com/fangq/jsnirfy)
402+ `jd.load()` to open JSONLab (and derived toolboxes such as ''' jnifti''' :
403+ https://github.com/fangq/jnifti or ''' jsnirfy''' : https://github.com/fangq/jsnirfy)
404404generated files based on their respective file suffix.
405405
406- Similarly, the `jb .savet()`, `jb .saveb()` and `jb .save` functions
406+ Similarly, the `jd .savet()`, `jd .saveb()` and `jd .save` functions
407407can revert the direction and convert a Python/Numpy object into JData encoded
408408data structure and store as text-, binary- and suffix-determined output files,
409409respectively.
You can’t perform that action at this time.
0 commit comments