fastBinaryJSON icon indicating copy to clipboard operation
fastBinaryJSON copied to clipboard

Binary JSON serializer based on fastJSON

Results 6 fastBinaryJSON issues
Sort by recently updated
recently updated
newest added

how about size serialized (vs json(string))

Recently i stumbled upon weird bug: i have a class `Entity` defined as follow: ``` public class Entity { private static int lastId = 0; internal Vector3 position = Vector3.Zero;...

InvalidCastException is thrown when deserializing a property of a type that is already supported with a registered custom serializer (BJSON.RegisterCustomType(Type)). Example test: (When I implemented build-in support for the DateTimeOffset...

![Image](https://github.com/user-attachments/assets/fcf520a4-96dc-423c-90b7-67c207c68d05) it appears that this is common across both of these projects (Json and BJson) And the multi-dim array is stored in a dictionary