-
Updated
Dec 8, 2020 - Java
json-parser
Here are 898 public repositories matching this topic...
-
Updated
Nov 4, 2020 - Swift
-
Updated
Dec 8, 2020 - C++
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 8, 2020 - Go
-
Updated
Nov 24, 2020 - Go
-
Updated
Oct 13, 2020 - Java
Hey folks, thanks for a pretty bad ass library! I'm seeing a 3-3.3x gain when decoding fairly large JSON payloads (40-50MB) as compared stdlib/json-iterator.
Few things in the generated code that struck me as odd are the allocation sizes for slices/maps:
- Slice is set to size 1 initially, values are appended using
append
- Map does not have a default size specified
Instead of this, I
-
Updated
Nov 10, 2020 - C
-
Updated
Feb 21, 2020 - Elixir
-
Updated
Jul 16, 2020 - Python
-
Updated
Oct 28, 2020 - Java
-
Updated
Nov 24, 2020 - Go
-
Updated
Nov 10, 2020 - Scala
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Jun 30, 2020 - Ruby
-
Updated
Sep 21, 2017 - Rust
-
Updated
Feb 18, 2020 - Go
-
Updated
Dec 3, 2020 - Scala
-
Updated
Aug 13, 2020 - Go
-
Updated
Sep 22, 2020 - C
-
Updated
Oct 4, 2020 - C++
-
Updated
Dec 8, 2020 - C++
-
Updated
Nov 27, 2020 - Python
Improve this page
Add a description, image, and links to the json-parser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-parser topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werror
on *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?