json-pointer
Here are 44 public repositories matching this topic...
Pretty print for DOM
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
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Jan 1, 2021 - C++
-
Updated
Jan 1, 2021 - C++
-
Updated
Dec 31, 2020 - C++
-
Updated
Dec 4, 2020 - Ruby
-
Updated
Aug 10, 2020 - C++
-
Updated
Jan 1, 2021 - C#
see discussion here:
dashjoin/json-schema-form#40
-
Updated
Oct 13, 2020 - Java
-
Updated
Dec 14, 2020 - PHP
-
Updated
Dec 22, 2020 - TypeScript
-
Updated
Dec 27, 2020 - TypeScript
-
Updated
Apr 28, 2020 - Go
-
Updated
Oct 12, 2020 - Java
-
Updated
Dec 16, 2020 - C
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Jul 31, 2019 - Elixir
-
Updated
Oct 18, 2017 - Java
-
Updated
Oct 4, 2020 - PHP
-
Updated
Feb 24, 2020 - Go
-
Updated
Nov 17, 2020 - TypeScript
-
Updated
Dec 17, 2020 - Shell
-
Updated
Jun 7, 2017 - Rust
Improve this page
Add a description, image, and links to the json-pointer topic page so that developers can more easily learn about it.
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."


I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?