JsonDataObjects icon indicating copy to clipboard operation
JsonDataObjects copied to clipboard

JSON parser for Delphi 2009 and newer

Results 21 JsonDataObjects issues
Sort by recently updated
recently updated
newest added

I have implemented the following enhancements: - Increased size of the Power10 array to 51 elements to allow for additional leading zeros without loosing precision. - When converting from float...

src "_GCV_0_A": "24", dst "_GCV_0d\u0000": "24", I don't know what happened! i used JsonDataObjects.ToJson() to save to Mongo Sometimes this kind of error occurs some string end error whit key...

When working with very old dates, (before 1900) the serializer is oddly adding two hours when writing a date to a file then reading it back. It happens when the...

When importing a Json file, a number that is written as 1.0 is treated as a float. However, when this value is written back out, it writes out as a...

It would a handy feature to be able to extract the JsonPath from an object. As as you add items, you can save path to the object for later reference....

It is great to be able to read and write a record by its JsonPath. This means that any function that need to modify the value only needs to be...

Hi Andreas First of all, thanks for providing such a great JSON library. I am having a json array which I want to sort using bubble sort. To do so...

Any plans for [JsonPath support](https://goessner.net/articles/JsonPath) - I'd be willing to add the support if you haven't already got something planned?

add feature, configure json serialization engine with option ignore fields with empty value

Can Delphi 2007 be supported,Downward compatibility with lower versions!