Convert JSON (struct) to binary
4 views (last 30 days)
Show older comments
How would you convert a string or a ’Struct with fields’ (basically a JSON object) into ubit1 binary?
Would you do: Struct>String>…dec2bin?
0 Comments
Answers (1)
Shadaab Siddiqie
on 25 Feb 2021
From my understanding you want to covert json to binary and vice-versa. Here is a JSONLab toolbox which might help you.
See Also
Categories
Find more on JSON Format in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!