A high-performance 100% compatible drop-in replacement of "encoding/json"
-
Updated
Aug 17, 2021 - Go
{{ message }}
A high-performance 100% compatible drop-in replacement of "encoding/json"
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
With the Serializer component it's possible to handle serializing data structures, including object graphs, into array structures or other formats like XML and JSON. It can also handle deserializing XML and JSON back to object graphs.
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
.NET's fastest JSON, JSV and CSV Text Serializers
Hprose is a cross-language RPC. This project is Hprose for Golang.
A Symfony Pack for Symfony Serializer
Snapshot test your Enzyme wrappers
Simple, Fast, and Declarative Serialization Library for Ruby
A Node.js framework agnostic library for (de)serializing your data to JSON API
Hprose is a cross-language RPC. This project is Hprose 2.0 for Java
Lightning fast, spec-compatible, streaming RDF for JavaScript
I've recently come to realize that the 'one-size-fits-all' mega-snippets on marzer.github.io/tomlplusplus aren't necessarily useful for everyone, and I should break them up into smaller sub-examples. I'd be totally happy to accept help with this, though that may be wishful thinking!
makes creating API responses in Rails easy and fun
TOML for Modern C++
A new full-featured and high-performance web framework for sophisticated web applications.
C++ reflection library with Lua binding, and JSON and XML serialisation.
A C99 SDK for connecting devices to Microsoft Azure IoT services
Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c
Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Json and Yml Config and Options pattern, Serializers, etc) with crossplatform support for Delphi/Firemonkey (Windows,Linux,OSX/IOS/Android) and freepascal (Windows/Linux).
Save Game Free is a free and simple but powerful solution for saving and loading game data in unity.
EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats
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
},
{
A parser for the SPARQL query language in JavaScript
to_json but I wrote it myself
Add a description, image, and links to the serializer topic page so that developers can more easily learn about it.
To associate your repository with the serializer topic, visit your repo's landing page and select "manage topics."
Motivation
It is convenient to be able to iterate over all triples in a
Graphinstance without invokinggraph.triples((None, None, None)). When working with a small instance ofDataset, there are occasions where one will want to observe all of the quads in a similar manner.Notes
This is trivial to implement by simply having an introduced
__iter__method invoke `self.qua