-
Updated
Aug 20, 2021 - C++
json-serialization
Here are 196 public repositories matching this topic...
-
Updated
Aug 19, 2021 - Java
-
Updated
Jun 7, 2021 - C#
-
Updated
Aug 11, 2021 - Scala
-
Updated
Aug 19, 2021 - Ruby
-
Updated
Dec 7, 2019 - Objective-C
-
Updated
Jul 31, 2021 - PHP
-
Updated
Aug 13, 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
Aug 18, 2021 - Ruby
-
Updated
Aug 9, 2021 - C++
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Jul 13, 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
Aug 15, 2021 - Scala
-
Updated
Aug 18, 2021 - D
-
Updated
Jul 10, 2021 - C#
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