So I'm whipping up something quick and dirty for a work project. I've got a C# class that is all string types, nothing fancy, and once the item is created it gets serialized with the new ...
A non-allocating no-std JSON deserializer. These crates follow the RFC 8259 specification of JSON. The deserializer represents its state using a stack. The stack is parameterized by a constant for the ...