Va Da

Results 248 issues of Va Da

- [ ] Add `expr` JSON Patch operation. - [ ] Implement JSON Predicate operations as JSON Expressions.

- [ ] Simplify operations to reduce bundle size. - [ ] Move encoding operations to their respective codecs. - [ ] `.toJson` - [ ] `.toCompact` - [ ]...

- [ ] Implement Smile codec References: - https://github.com/FasterXML/smile-format-specification

- [ ] Add UBJSON codec. Examples: - https://bitbucket.org/shelacek/ubjson/src/master/

- [x] Investigate [Amazon Ion](https://amzn.github.io/ion-docs/). - [x] See if any of that would be useful for `json-joy`. - [ ] Implement [binary format](https://amzn.github.io/ion-docs/docs/binary.html) codec

- [ ] Multi-value register. - [ ] Plain text CRDT. - [ ] Plain binary `Uint8Array` CRDT.

- [ ] Extend `json-pack` CLI to support MesagePack and CBOR encodings. - [ ] Extend `json-pack-test` CLI with CBOR test suite.

- [ ] Create adapters for: - [ ] JSON CRDT - [ ] Y.js - [ ] Automerge - [ ] Benchmark server scenario - [ ] Patches arrive...

- [ ] Support of `ot-string` operation to JSON Patch. - [ ] Connect it to `str_ins` and `str_del` operations? - [ ] Support transforms

- [ ] Add performance testing. - [ ] Create a set of important benchmarks. - [ ] Add ability to execute the benchmark suite given any commit SHA1. -...