Here are
89 public repositories
matching this topic...
A pure Rust Excel/OpenDocument SpeadSheets file reader: rust on metal sheets
Updated
Apr 12, 2022
Rust
A Node.js framework agnostic library for (de)serializing your data to JSON API
Updated
May 25, 2022
JavaScript
🧚 pxi (pixie) is a small, fast, and magical command-line data processor similar to jq, mlr, and awk.
Updated
Aug 24, 2020
JavaScript
UnrealScript decompiler library for Unreal package files (.upk, .u, etc), with support for Unreal Engine 1, 2, and 3.
为Unity开发者量身打造的功能强大的高性能Json库,内置ILRuntime支持
Simple C++ Config Loader Framework(Serialization & Reflection)
A correct and safe JSON parser.
Updated
May 15, 2022
Common Lisp
JSON serialization framework for Nim, works from a Stream directly to any type and back. Depends only on stdlib.
Parses UObject asset files, mainly for data tables.
📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Updated
May 16, 2022
TypeScript
Ultrafast BSON typescript serializer and parser
Updated
Jan 12, 2022
TypeScript
NSKeyedArchive plist deserializer
Updated
Apr 20, 2021
Python
A port of the .NET library for GeoJSON types & corresponding Json.NET (de)serializers that works with Unity and .NET 4.6 (C# 6.0)
[RIP] De/serialization library for Nim
An Ebml based serializer to deserialize a Matroska file (.mkv or .webm)
A Fast Modern C++ Header-only Serialization Library
A simple deserialization.
📝 PHC String Format implementation for Node.JS
Updated
Jul 20, 2021
JavaScript
A supercharged storage that lets you do a lot of new things like expirations, default values and a lot of other things the regular web storages don't let you do
Updated
Apr 9, 2022
JavaScript
Exchange structured data between Arduino boards
go版本的个人工具库:yaml、json和property格式转换;日志在线动态变更;json转object(无需配置`json:"xxx"`);配置文件读取工具等工具
Serialization library based on data location and length for the .NET platform. This turns your instance into a lightweight binary file.
These packages help you to serialize and deserialize polymorphic types. Choosing type by discriminators field describing in C# classes.
A Typescript JSON de/serializer to ensure everything is safe at runtime.
Updated
Apr 23, 2022
TypeScript
🧚 pxi-json is a JSON plugin for pxi (pixie), the small, fast, and magical command-line data processor.
Updated
Feb 12, 2022
JavaScript
Minecraft: BE Resource/Behavior Pack Deserializer (WIP)
Updated
Jun 11, 2021
Java
Marshal XML is serializing / marshalling data structures to XML. It is also deserializing / unmarshalling XML back to the data structures.
Simple Hocon Configuration Library [轻量 Hocon 配置库]
Updated
Mar 20, 2020
Java
A simple and efficient object -> byte serializer/deserializer
Improve this page
Add a description, image, and links to the
deserializer
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
deserializer
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The json string below will only end up with the first record deserialised.
It works correctly if I remove the
entity_typerelationship.Having done some inspecting with break-points, it looks like it is running into exceptions within normalizer which then stops the iteration from continuing.