X Tutup
The Wayback Machine - https://web.archive.org/web/20210102054800/https://github.com/topics/json-pointer
Skip to content
#

json-pointer

Here are 44 public repositories matching this topic...

simdjson
mmatrosov
mmatrosov commented Dec 4, 2020

Is your feature request related to a problem? Please describe.
There is no way to pretty print a simdjson::dom::element to a string (or at least I did not find one). There is only a way to minify it to a string (or a stream).

Describe the solution you'd like
A function like to_pretty_string() or a configurable stream manipulator pretty or a stand-alone class PrettyPrinter. Wha

Improve this page

Add a description, image, and links to the json-pointer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the json-pointer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
X Tutup