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

Long (?) binary data exported in JSON as { "$start": x, "$end": y } instead of an array #147

Open
Mingun opened this issue Oct 15, 2022 · 0 comments

Comments

@Mingun
Copy link

Mingun commented Oct 15, 2022

I try to analyze what the difference between to structs in the file, which I known, differs only in one field. I export parsed result to JSON, but that field was exported only as useless offsets instead of content:

{ "$start": 6135, "$end": 6353 }

The size of content is only 218 bytes. If that was done for performance reasons, I would be glad, if WebIDE will have a switch to configure threshold and ability to completely disable it.

Binary data -- the results of fields like:

- id: some_field
  size: some_size
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