Searched refs:patch_json (Results 1 – 2 of 2) sorted by relevance
77 static iwrc patch_json(EJDB db, const char *coll, const char *patchjson, int64_t id) { in patch_json() function
34 rc = patch_json(db, "c1", "[ { 'op': 'add', 'path': '/baz', 'value': 'qux' } ]", id); in ejdb_test1_3()