json-joy icon indicating copy to clipboard operation
json-joy copied to clipboard

JSON CRDT, JSON CRDT Patch, JSON Patch+, JSON Predicate, JSON Pointer, JSON Expression, JSON Type

Results 200 json-joy issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

- [ ] Consider ability of "baking" into a JSON CRDT document schema at its creation time. After that patches succeed only if they result in a valid document according...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ywasm](https://redirect.github.com/yjs/y-crdt) | [`0.16.10` -> `0.21.2`](https://renovatebot.com/diffs/npm/ywasm/0.16.10/0.21.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ywasm/0.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ywasm/0.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Implement radix tree version which supports binary blobs as keys.

Hi, I noticed you guys just stub out the export entries in the package.json and just expect people to import via direct file referencing. This is problematic for libraries that...

It would be useful to get inversePatches when applying changes to the json model to be able to implement an undo / redo functionality. Immer.js also provides this functionality: https://immerjs.github.io/immer/patches

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fork-ts-checker-webpack-plugin](https://togithub.com/TypeStrong/fork-ts-checker-webpack-plugin) | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/fork-ts-checker-webpack-plugin/8.0.0/9.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fork-ts-checker-webpack-plugin/9.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Create a CBOR superset of Redis RESP codec. Introduce CBOR tags for RESP-specific types: - [ ] Error - [ ] Hello handshake - [ ] Connection handshake - [...

- [ ] Support ability to pass in "connection ID" to JSON Rx RPC server, which is persistent per client session. It should allow to keep the same virtual connection...

- [ ] Add ability to emit JTD from JSON Type - [x] `bool` - [x] `num` - [x] `str` - [ ] `arr` - [ ] `obj` - [...