JamesNK / Newtonsoft.Json

Json.NET is a popular high-performance JSON framework for .NET
https://www.newtonsoft.com/json
MIT License
10.63k stars 3.24k forks source link

JSON Pointer #1629

Open wasabii opened 6 years ago

wasabii commented 6 years ago

https://tools.ietf.org/html/rfc6901

JSON.Net should support resolving JSON Pointer URIs to elements within a document.

klimchuk commented 4 years ago

Can SelectToken be used instead?

Parcley commented 4 years ago

just wondering if there is any update regarding JSON pointers in Newtonsoft.Json? Part of the solution might be the references feature: https://www.newtonsoft.com/json/help/html/PreserveObjectReferences.htm