kaitai_struct_webide icon indicating copy to clipboard operation
kaitai_struct_webide copied to clipboard

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

Open Mingun opened this issue 1 year ago • 0 comments

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

Mingun avatar Oct 15 '22 20:10 Mingun