arduino-libraries / Arduino_JSON

Official JSON Library for Arduino
GNU Lesser General Public License v2.1
151 stars 60 forks source link

Common types need to be supported. #23

Open MartinMueller2003 opened 3 years ago

MartinMueller2003 commented 3 years ago

Need to add proper support for extracting: uint8_t uint16_t uint32_t Also need to clean up how String targets are extracted so that the caller does not need special handling to convert to a String object.

aentinger commented 3 years ago

Well @MartinMueller2003 , you could always come along with a pull request of your own?

MartinMueller2003 commented 3 years ago

I am planning on it :).

I was not able to assign the ticket to myself. Martin On Tuesday, May 25, 2021, 12:38:42 AM EDT, Alexander Entinger @.***> wrote:

Well @MartinMueller2003 , you could always come along with a pull request of your own?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

aentinger commented 3 years ago

I could ;) I'm looking forward to your contribution!

Snowflake6 commented 2 years ago

Don't forget: float