Files
turso/core/json
Pekka Enberg 06edf33878 Merge 'json_patch() function implementation' from Ihor Andrianov
First review #820
The function follows RFC 7386 JSON Merge Patch semantics:
* If the patch is null, the target is replaced with null
* If the patch contains a scalar value, the target is replaced with that
value
* If both target and patch are objects, the patch is recursively applied
* null values in the patch result in property removal from the target

Closes #821
2025-01-29 19:54:12 +02:00
..
2024-12-29 10:07:38 +02:00
2025-01-29 18:05:41 +02:00
2025-01-10 11:50:43 +07:00
2024-12-31 15:11:36 +07:00
2025-01-29 18:05:39 +02:00
2025-01-27 12:23:59 -03:00