diff --git a/.gitmodules b/.gitmodules index 755de0c..c43f0f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,3 +20,6 @@ [submodule "lib/javascript/js-bjdata"] path = lib/javascript/js-bjdata url = https://github.com/NeuroJSON/js-bjdata.git +[submodule "lib/dart/dart-bjdata"] + path = lib/dart/dart-bjdata + url = https://github.com/nebkat/dart-bjdata.git diff --git a/.wordlist.txt b/.wordlist.txt index f970f1d..8a16d88 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -76,3 +76,5 @@ www ndarray neuroimaging parsers +dev +nebkat diff --git a/README.md b/README.md index 1bac2ff..7f044ea 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,12 @@ of this specification was derived from the documentation included in the repository (Commit 5ce1fe7). **The BJData format is no longer backward compatible with UBJSON.** Libraries that support this specification include -- Python: **pybj** (PIP: https://pypi.org/project/bjdata/, Github: https://github.com/NeuroJSON/pybj) -- MATLAB/Octave: **JSONLab** (Debian/Ubuntu/Fedora: `sudo apt-get install octave-jsonlab`, Github: https://github.com/NeuroJSON/jsonlab) -- C: **ubj** (Github: https://github.com/NeuroJSON/ubj) +- Python: **pybj** (PIP: https://pypi.org/project/bjdata/, GitHub: https://github.com/NeuroJSON/pybj) +- MATLAB/Octave: **JSONLab** (Debian/Ubuntu/Fedora: `sudo apt-get install octave-jsonlab`, GitHub: https://github.com/NeuroJSON/jsonlab) +- C: **ubj** (GitHub: https://github.com/NeuroJSON/ubj) - C++: **JSON for Modern C++** (v3.11.0 or later) (https://github.com/nlohmann/json/) -- JavaScript: **bjd** (npm: https://www.npmjs.com/package/bjd, Github: https://github.com/NeuroJSON/js-bjdata) +- JavaScript: **bjd** (npm: https://www.npmjs.com/package/bjd, GitHub: https://github.com/NeuroJSON/js-bjdata) +- Dart: **bjdata** (pub.dev: https://pub.dev/packages/bjdata, GitHub: https://github.com/nebkat/dart-bjdata) **Acknowledgement**: This specification was developed as part of the NeuroJSON project (http://neurojson.org), with funding support from the US National Institute of Health (NIH) under diff --git a/lib/dart/dart-bjdata b/lib/dart/dart-bjdata new file mode 160000 index 0000000..5068816 --- /dev/null +++ b/lib/dart/dart-bjdata @@ -0,0 +1 @@ +Subproject commit 506881672447b2e13a0c717231b8df57ebe6d9b1