88 <br />
99</div >
1010
11-
1211# json-joy
1312
1413[ ![ npm version] ( https://badge.fury.io/js/json-joy.svg )] ( https://badge.fury.io/js/json-joy )
@@ -19,21 +18,20 @@ Major focus of `json-joy` is development of the JSON CRDT protocol, a
1918Conflict-free Replicated Data Type that enables seamless
2019merging of changes in JSON data models, avoiding conflicts between replicas.
2120
22- - [ __ Website__ ] ( https://jsonjoy.com )
23- - [ __ Documentation__ ] ( https://jsonjoy.com/libs/json-joy-js )
24- - [ __ Blog posts__ ] ( https://jsonjoy.com/blog )
25- - [ * Fuzz Testing RGA CRDT* ] ( https://jsonjoy.com/blog/fuzz-testing-rga-crdt )
26- - [ * Benchmarking JSON Serialization Codecs* ] ( https://jsonjoy.com/blog/json-codec-benchmarks )
27- - [ * List CRDT Benchmarks* ] ( https://jsonjoy.com/blog/list-crdt-benchmarks )
28- - [ * Blazing Fast List CRDT* ] ( https://jsonjoy.com/blog/performant-rga-list-crdt-algorithm )
29- - [ __ JSON CRDT__ ] ( https://jsonjoy.com/specs/json-crdt ) ` specification `
30- - [ __ JSON CRDT Patch__ ] ( https://jsonjoy.com/specs/json-crdt-patch ) ` specification `
31- - [ __ JSON Expression__ ] ( https://jsonjoy.com/specs/json-expression ) ` specification `
32- - [ __ JSON Reactive RPC__ ] ( https://jsonjoy.com/specs/json-rx ) ` specification `
33- - [ __ Compact JSON__ ] ( https://jsonjoy.com/specs/compact-json ) ` encoding `
34- - [ __ API Reference__ ] ( https://streamich.github.io/json-joy/ )
35- - [ __ Test coverage__ ] ( https://streamich.github.io/json-joy/coverage/lcov-report/ )
36-
21+ - [ ** Website** ] ( https://jsonjoy.com )
22+ - [ ** Documentation** ] ( https://jsonjoy.com/libs/json-joy-js )
23+ - [ ** Blog posts** ] ( https://jsonjoy.com/blog )
24+ - [ _ Fuzz Testing RGA CRDT_ ] ( https://jsonjoy.com/blog/fuzz-testing-rga-crdt )
25+ - [ _ Benchmarking JSON Serialization Codecs_ ] ( https://jsonjoy.com/blog/json-codec-benchmarks )
26+ - [ _ List CRDT Benchmarks_ ] ( https://jsonjoy.com/blog/list-crdt-benchmarks )
27+ - [ _ Blazing Fast List CRDT_ ] ( https://jsonjoy.com/blog/performant-rga-list-crdt-algorithm )
28+ - [ ** JSON CRDT** ] ( https://jsonjoy.com/specs/json-crdt ) ` specification `
29+ - [ ** JSON CRDT Patch** ] ( https://jsonjoy.com/specs/json-crdt-patch ) ` specification `
30+ - [ ** JSON Expression** ] ( https://jsonjoy.com/specs/json-expression ) ` specification `
31+ - [ ** JSON Reactive RPC** ] ( https://jsonjoy.com/specs/json-rx ) ` specification `
32+ - [ ** Compact JSON** ] ( https://jsonjoy.com/specs/compact-json ) ` encoding `
33+ - [ ** API Reference** ] ( https://streamich.github.io/json-joy/ )
34+ - [ ** Test coverage** ] ( https://streamich.github.io/json-joy/coverage/lcov-report/ )
3735
3836## Notable features
3937
@@ -43,7 +41,7 @@ merging of changes in JSON data models, avoiding conflicts between replicas.
4341- The fastest implementation of CBOR, DAG-CBOR, MessagePack, UBJSON, and JSON codecs in JavaScript.
4442- The fastest (HTTP) router implementation in JavaScript.
4543- The fastest JSON schema validation implementation in JavaScript.
46- - Very fast binary tree (Radix, AVL, Red-black* , Splay) implementations in JavaScript.
44+ - Very fast binary tree (Radix, AVL, Red-black\ * , Splay) implementations in JavaScript.
4745- Very fast JSON Patch (and JSON Pointer) implementation in JavaScript, including many non-standard operations, and JSON Predicate implementation.
4846- Very fast JSON Expression implementation in JavaScript.
4947
0 commit comments