json-joy JavaScript
json-joyjson-joy implementation of JSON CRDT in TypeScript, JSON Patch and other JSON utilities in TypeScript / JavaScript.Documentation
Contents
0.0 Contributing
1.0 Guide
1.0.1 Getting started
1.0.2 Node types
1.0.3 Using with TypeScript
1.0.4 Concurrent users
1.0.5 Reactivity and events
1.0.6 Serialization
1.1 Reference
1.1.0 Document model
1.1.1 Node types
1.1.1.0 Constant
con1.1.1.1 Value
val1.1.1.2 Object
obj1.1.1.3 Vector
vec1.1.1.4 String
str1.1.1.5 Binary
bin1.1.1.6 Array
arr
1.2 Extensions
1.2.0 About extensions
1.2.3 Rich-text extension
1.3 Benchmarks
2.0 Serialization
3.0 CBOR
3.0.0 Partial decoding
3.0.1 Benchmarks
3.1 MessagePack
3.1.0 Partial decoding
3.1.1 Benchmarks
3.2 JSON
3.3 UBJSON