Ricardo Souza

Results 22 comments of Ricardo Souza

Hi. I think this could be a property to set in the object and all parsing from it would use lowercase keys. What do you think? Something like this: ```asp

Hi @mvlaran, That behavior is not expected. You should be able to access the `data` property on the object, so I need to check if there is a bug there....

Hi all, A fix for this is on development branch (4b5fef0). Please feel free to test that out. Best, Ricardo

Hi @tomaslind, If you try to write the JSON string contents without parsing them, do you still get screwed results? Can you please provide example data that would reproduce the...

Hi, Sorry for the late reply. I hope you have figured it out already, but if not, that's an encoding issue with the way your server is set to write...

Hi. This incorrect and intended behaviour. To do the same in newer versions you can instantiate a new jsonObject, load the recordset in it and add it as a property...

Sorry. I misunderstood what you said. The correct behaviour is to work as before. I'll have to take a look at what changed since then and fix this. Thanks.

Hi. Thank you very much for your effort reporting and testing this. I should work on this soon.

Hi, Not so soon as I expected, but I have this fix on the development branch: 92d688e. Please feel free to test that out. Best, Ricardo

Hi @dtrillo, That is cool, thanks! You can create a PR to add that functionality. Just need to fork the repo, create the change and send the PR. It will...