Skip to content

Commit b1fabed

Browse files
committed
[lib] Add Dart parser
1 parent 32025ec commit b1fabed

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@
2020
[submodule "lib/javascript/js-bjdata"]
2121
path = lib/javascript/js-bjdata
2222
url = https://github.com/NeuroJSON/js-bjdata.git
23+
[submodule "lib/dart/dart-bjdata"]
24+
path = lib/dart/dart-bjdata
25+
url = https://github.com/nebkat/dart-bjdata.git

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ of this specification was derived from the documentation included in the
2020
repository (Commit 5ce1fe7). **The BJData format is no longer backward compatible with UBJSON.**
2121

2222
Libraries that support this specification include
23-
- Python: **pybj** (PIP: https://pypi.org/project/bjdata/, Github: https://github.com/NeuroJSON/pybj)
24-
- MATLAB/Octave: **JSONLab** (Debian/Ubuntu/Fedora: `sudo apt-get install octave-jsonlab`, Github: https://github.com/NeuroJSON/jsonlab)
25-
- C: **ubj** (Github: https://github.com/NeuroJSON/ubj)
23+
- Python: **pybj** (PIP: https://pypi.org/project/bjdata/, GitHub: https://github.com/NeuroJSON/pybj)
24+
- MATLAB/Octave: **JSONLab** (Debian/Ubuntu/Fedora: `sudo apt-get install octave-jsonlab`, GitHub: https://github.com/NeuroJSON/jsonlab)
25+
- C: **ubj** (GitHub: https://github.com/NeuroJSON/ubj)
2626
- C++: **JSON for Modern C++** (v3.11.0 or later) (https://github.com/nlohmann/json/)
27-
- JavaScript: **bjd** (npm: https://www.npmjs.com/package/bjd, Github: https://github.com/NeuroJSON/js-bjdata)
27+
- JavaScript: **bjd** (npm: https://www.npmjs.com/package/bjd, GitHub: https://github.com/NeuroJSON/js-bjdata)
28+
- Dart: **bjdata** (pub.dev: https://pub.dev/packages/bjdata, GitHub: https://github.com/nebkat/dart-bjdata)
2829

2930
**Acknowledgement**: This specification was developed as part of the NeuroJSON project
3031
(http://neurojson.org), with funding support from the US National Institute of Health (NIH) under

lib/dart/dart-bjdata

Submodule dart-bjdata added at 5068816

0 commit comments

Comments
 (0)