bytedance / bytedance/sonic-cpp

support jsonpointer format as rfc6901

Open
#71 3 comments 0 reactions 0 assignees View on GitHub
good first issue help wanted
Dominant language
C++
Stars
976
Forks
127
PR merge metrics
No merged PRs in 30d

Description

Hi,
Does sonic-cpp support merge-patch easily?
For example : { op: replace, patch : "Object/0/New_object", value : "123" }

If use json_pointer:
sonic_json::Node* node2 = doc.AtPointer(PointerType({"Object", 0, "New_object"}));
This doesn't format well. transfer patch : "Object/0/New_object" to {"Object", 0, "New_object"}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.