Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jsonlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Contributions
jsonlab
Commits
63df2deb
Commit
63df2deb
authored
Jun 13, 2020
by
Qianqian Fang
Browse files
Options
Downloads
Patches
Plain Diff
fix readme typo
parent
64f98c0b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+3
-3
3 additions, 3 deletions
README.rst
README.txt
+3
-3
3 additions, 3 deletions
README.txt
with
6 additions
and
6 deletions
README.rst
+
3
−
3
View file @
63df2deb
...
@@ -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 ``j
b
.savet()``, ``j
b
.saveb()`` and ``j
b
.save`` functions
Similarly, the ``j
d
.savet()``, ``j
d
.saveb()`` and ``j
d
.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.
...
...
This diff is collapsed.
Click to expand it.
README.txt
+
3
−
3
View file @
63df2deb
...
@@ -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 `j
b
.savet()`, `j
b
.saveb()` and `j
b
.save` functions
Similarly, the `j
d
.savet()`, `j
d
.saveb()` and `j
d
.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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment