Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug where SaveTo(TStream) would not save the JSON to the stream #128

Open
Nottler opened this issue Aug 9, 2018 · 0 comments
Open

Bug where SaveTo(TStream) would not save the JSON to the stream #128

Nottler opened this issue Aug 9, 2018 · 0 comments

Comments

@Nottler
Copy link

Nottler commented Aug 9, 2018

There's a bug in the XSuperObject.pas unit at line 1554 in the function TSuperArray.SaveTo(Stream: TStream; const Ident, UniversalTime: Boolean) where the JSON content won't get save to the passed in Stream as there is a mistake to where the JSON gets written.
S.SaveToStream(S);
should be
S.SaveToStream(Stream);

MarkRSill added a commit to vas-dev/x-superobject that referenced this issue Nov 13, 2018
Add support to deserialize TGUID in Issue onryldz#127
vkrapotkin added a commit to vkrapotkin/x-superobject that referenced this issue Dec 9, 2020
onryldz pushed a commit that referenced this issue Dec 9, 2020
* ignore file add

* Issue #128

* reading from UTF8 with BOM files, no U-ecsaping unicode letters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant