- Joined
- Mar 15, 2015
- Messages
- 1,276
- Reaction score
- 1,013
- Trophies
- 0
- Location
- Poké Ball
- Website
- lavanoid.github.io
- XP
- 1,309
- Country

Hai!
So a while back @173210 added JSON support to rxTools and it was great! He used the library "JSMN", which is a JSON parser. Anyway, I need some help with adding it to a homebrew that I'm working on ._.
Anyone care to help me out? An example code would be pretty nice. I'm still learning about this stuff, so...
Here's the commit that was made when JSON support was initially added to rxTools (for reference): https://github.com/roxas75/rxTools/commit/7e33116e35d05d7816d9438dd64d90d97cf6da91
I need it added to a Ninjhax homebrew... Pretty please? 0~0
Edit: I need to be able to parse a json file like this:
So a while back @173210 added JSON support to rxTools and it was great! He used the library "JSMN", which is a JSON parser. Anyway, I need some help with adding it to a homebrew that I'm working on ._.
Anyone care to help me out? An example code would be pretty nice. I'm still learning about this stuff, so...
Here's the commit that was made when JSON support was initially added to rxTools (for reference): https://github.com/roxas75/rxTools/commit/7e33116e35d05d7816d9438dd64d90d97cf6da91
I need it added to a Ninjhax homebrew... Pretty please? 0~0
Edit: I need to be able to parse a json file like this:
{
"name": "jsbr Ford Mustang",
"description": "Ford Mustang, 40MHz, No. 23819",
"frequency": 40.0,
"synchronization_burst_us": 1200,
"synchronization_spacing_us": 500,
"total_synchronizations": 4,
"signal_burst_us": 400,
"signal_spacing_us": 400,
"forward": 11,
"left": 59,
"forward_left": 27,
"right": 64,
"forward_right": 33,
"reverse": 39,
"reverse_left": 51,
"reverse_right": 45
}
Last edited by WhoAmI?,






