-
Updated
Apr 12, 2021 - C++
json-serialization
Here are 194 public repositories matching this topic...
-
Updated
Apr 11, 2021 - Java
-
Updated
Jan 29, 2021 - C#
-
Updated
Mar 8, 2021 - Scala
-
Updated
Apr 13, 2021 - Ruby
-
Updated
Dec 7, 2019 - Objective-C
-
Updated
Mar 8, 2021 - PHP
-
Updated
Apr 10, 2021 - C++
-
Updated
Apr 1, 2021 - C++
-
Updated
Aug 15, 2019 - Python
-
Updated
Sep 25, 2019 - C++
-
Updated
Feb 24, 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
Feb 13, 2021 - C++
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Jan 22, 2021 - C#
-
Updated
Apr 2, 2018 - JavaScript
-
Updated
Apr 3, 2021 - Kotlin
-
Updated
Mar 12, 2021 - C++
-
Updated
Sep 5, 2020 - 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
Apr 14, 2021 - Ruby
-
Updated
Apr 12, 2021 - D
-
Updated
Jun 30, 2020 - C#
-
Updated
Sep 2, 2017 - Java
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