Skip to content
New issue

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

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

Already on GitHub? # to your account

Ability to print ints as hex #439

Closed
cosmikwolf opened this issue Feb 4, 2017 · 1 comment
Closed

Ability to print ints as hex #439

cosmikwolf opened this issue Feb 4, 2017 · 1 comment

Comments

@cosmikwolf
Copy link

Somewhat related to #358 , but also separate.

I use ArduinoJson to serialize data before so it can be written to flash memory on a teensy based project. I have very limited memory, and if I could have a .set(int, HEX) to print to hex, and an inverse operation to read an int in by its HEX value, you could save significant space.

@bblanchon
Copy link
Owner

Hello Tenkai,
I'm not sure it's a good idea since it not standard.
This would generate a JSON that cannot be read by other parsers.

Repository owner locked and limited conversation to collaborators Sep 21, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

2 participants