-
Updated
Oct 9, 2021 - C++
json-serialization
Here are 199 public repositories matching this topic...
-
Updated
Oct 10, 2021 - Java
-
Updated
Jun 7, 2021 - C#
-
Updated
Sep 9, 2021 - Scala
-
Updated
Sep 9, 2021 - Ruby
-
Updated
Dec 7, 2019 - Objective-C
-
Updated
Sep 26, 2021 - PHP
-
Updated
Oct 8, 2021 - C++
-
Updated
Aug 7, 2021 - C++
-
Updated
Aug 15, 2019 - Python
-
Updated
Sep 25, 2019 - C++
-
Updated
May 12, 2021 - C#
We want to implement a custom method with payload key name as metricValues
, but the proper ruby method name should be snake_case.
class MetricPeriodSerializer < Panko::Serializer
attributes :period, :metricValues
def metricValues
[{
'name' => 'metric1',
'value' => object.metric_1
},
{
-
Updated
Sep 28, 2021 - Ruby
-
Updated
Sep 25, 2021 - C++
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Oct 9, 2021 - C#
-
Updated
Apr 2, 2018 - JavaScript
-
Updated
Mar 12, 2021 - C++
-
Updated
Apr 3, 2021 - Kotlin
-
Updated
Jul 12, 2021 - C++
-
Updated
Jan 1, 2021 - Go
Help: Prettier
OK, so there are no tests here to cheat from and I found if I passed in an Int
to the Prettier functions (as the docs currently read to me) they'd both reject it.
This is what I've come up with to get it working, but I figure I've probably taken a detour somewhere:
import qualified Waargonaut.Encode as WE
import qualified Waargonaut.Prettier as WEP
import qualified Waargonaut
-
Updated
Sep 30, 2021 - Scala
-
Updated
Sep 28, 2021 - C#
-
Updated
Oct 7, 2021 - D
Improve this page
Add a description, image, and links to the json-serialization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-serialization topic, visit your repo's landing page and select "manage topics."
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:
append
Instead of this, I