Timeline for An ideal way to decode JSON documents in C?
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 3, 2016 at 1:18 | answer | added | Jamie Pate | timeline score: 0 | |
| Sep 22, 2013 at 21:37 | comment | added | Darien | Just BTW, if you go for the PHP style there's one aspect of json_decode() I think is problematic: It's sloppy about what it returns. You don't know if it's returning null because that was the normally-decoded JSON value, or whether there was an error. You then need to call another function just to figure out what kind of error may-or-may-not have occurred. I'd rather have a richer result object or throw an exception or something. | |
| Sep 21, 2013 at 12:59 | answer | added | Ross Patterson | timeline score: 1 | |
| Sep 21, 2013 at 3:16 | history | tweeted | twitter.com/#!/StackProgrammer/status/381255556797059072 | ||
| Sep 20, 2013 at 22:40 | history | edited | Abdulaziz | CC BY-SA 3.0 | edited title |
| Sep 20, 2013 at 22:27 | answer | added | Mason Wheeler | timeline score: 4 | |
| Sep 20, 2013 at 22:18 | review | First posts | |||
| Sep 20, 2013 at 23:13 | |||||
| Sep 20, 2013 at 22:17 | history | edited | Abdulaziz | CC BY-SA 3.0 | added 22 characters in body |
| Sep 20, 2013 at 22:09 | history | edited | Abdulaziz | CC BY-SA 3.0 | added 373 characters in body |
| Sep 20, 2013 at 21:59 | history | asked | Abdulaziz | CC BY-SA 3.0 |