-
Updated
Dec 7, 2020 - C++
x64
Here are 250 public repositories matching this topic...
-
Updated
May 30, 2020 - Assembly
-
Updated
Dec 3, 2020 - C++
-
Updated
Dec 2, 2020 - C++
-
Updated
Dec 4, 2020 - C
-
Updated
Jan 6, 2020 - C++
-
Updated
Jun 28, 2019 - C++
-
Updated
Dec 4, 2020 - C
-
Updated
Sep 18, 2020 - C
-
Updated
Aug 7, 2020 - Dockerfile
-
Updated
Nov 21, 2020 - C++
-
Updated
Aug 27, 2020 - Python
-
Updated
Apr 8, 2019 - C++
-
Updated
Dec 26, 2019 - C
-
Updated
Jul 7, 2020
-
Updated
Feb 7, 2019 - C
Improve this page
Add a description, image, and links to the x64 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the x64 topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
There is no way to pretty print a
simdjson::dom::elementto 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 manipulatorprettyor a stand-alone classPrettyPrinter. Wha