You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @nlohmann,
I know, but would be very useful for example applying patched to program, in Reverse Engineering, in CTFs etc.. :)
Yes i know that is possible to make from C++, but right now impossible from json file. :)
I understand that there may be a scenario for this, but parsing non-compliant JSON files is out of scope for this library. In the end, JSON is about portability, and any deviation from the standard (though handy for some) would result in more problems further down the road, because other libraries would not support these extensions.
Hi,
Would be really nice to add hexadecimal support.
Example:
{ "test1": 0x1, "test2": [0x2, 0x3] }
Regards TheAifam5.
The text was updated successfully, but these errors were encountered: