@@ -3,9 +3,9 @@ Binary JData: A portable interchange format for complex binary data
33
44- ** Maintainer** : Qianqian Fang <q.fang at neu.edu>
55- ** License** : Apache License, Version 2.0
6- - ** Version** : 1 (Draft 4 )
6+ - ** Version** : 1 (Draft 5.preview )
77- ** URL** : https://neurojson.org/bjdata/
8- - ** Status** : Stable
8+ - ** Status** : Under development, last stable relese is [ Draft-4 ] ( https://neurojson.org/bjdata/draft4 )
99- ** Development** : https://github.com/NeuroJSON/bjdata
1010- ** Acknowledgement** : This project is supported by US National Institute of Health (NIH)
1111 grant [ U24-NS124027 (NeuroJSON)] ( https://neurojson.org )
@@ -173,8 +173,8 @@ Type | Total size | ASCII Marker(s) | Length required | Data (payload)
173173[ float64/double] ( #value_numeric ) | 9 bytes | * D* | No | Yes
174174[ high-precision number] ( #value_numeric ) | 1 byte + int num val + string byte len | * H* | Yes | Yes
175175[ char] ( #value_char ) | 2 bytes | * C* | No | Yes
176- [ byte] ( #value_byte ) | 2 bytes | * B* | No | Yes
177- [ extension] ( #value_extension ) | 1 byte + int num val + int num val + payload | * E* | Yes | Yes (if not empty)
176+ [ byte] ( #value_byte ) * | 2 bytes | * B* | No | Yes
177+ [ extension] ( #value_extension ) * | 1 byte + int num val + int num val + payload | * E* | Yes | Yes (if not empty)
178178[ string] ( #value_string ) | 1 byte + int num val + string byte len | * S* | Yes | Yes (if not empty)
179179[ array] ( #container_array ) | 2+ bytes | * \[ * and * \] * | Optional | Yes (if not empty)
180180[ object] ( #container_object ) | 2+ bytes | * {* and * }* | Optional | Yes (if not empty)
0 commit comments