-
Updated
Oct 22, 2020 - Go
JSON
JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
Here are 1,009 public repositories matching this topic...
-
Updated
Oct 13, 2020 - Go
-
Updated
Oct 23, 2020 - Go
-
Updated
Oct 12, 2020 - Go
-
Updated
Oct 23, 2020 - Go
MSSQL Storage
-
Updated
Oct 6, 2020 - Go
-
Updated
Mar 27, 2020 - Go
-
Updated
Oct 10, 2020 - Go
-
Updated
Oct 23, 2020 - Go
-
Updated
Oct 24, 2020 - Go
-
Updated
Sep 15, 2020 - Go
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:
appendInstead of this, I