News

Take advantage of the ReadOnlySpan<char> struct in C# to split strings in a resource-efficient manner.
Fix Newtonsoft.Json.JsonReaderException: JsonToken EndObject is not valid for closing JsonType Array. Path ' [1].Mod', line 68, position 4. in JsonReader.ValidateEnd (JsonToken endToken) #1382 ...
Learn about JavaScript Object Notation and JSON objects and arrays, including how and why they're used. Also, find out how JSON compares to HTML and XML.
Unexpected initial token 'String' when populating object. Expected JSON object or array. #555 New issue Closed marina-p ...
Take advantage of the GZip and Brotli compression methods to reduce the size of string data and improve performance in your .NET Core applications.
As strings (array of chars right?) need to have \0 at the end to signify the end of the string I add one to whatever the length of the string that I want to store is.