Any JSON library for B3D?
Blitz3D Forums/Blitz3D Programming/Any JSON library for B3D?| 
 | ||
| The one in the archive is mislabeled to bb where it is clearly bmx code. | 
| 
 | ||
| Just had a good look around my hard drive, Code Archives, Github and site search here, but I've got nothing, sadly. Have updated that archive entry to .bmx! | 
| 
 | ||
| Thanks James, I'll just try other methods or maybe convert it to bb | 
| 
 | ||
| Hi RustyKristi, I don't know of any JSON libs for B3D. There is JANSSON, which is a C library for encoding, decoding and manipulating JSON data. Jansson website : http://www.digip.org/jansson/ Jansson (compiled sample) : http://tinyurl.com/hetfauo Here is a List of other JSON libraries in various languages (including C & C++) : http://www.json.org/  Good luck. | 
| 
 | ||
| Thanks virtlands. Well, it would be easier wrapping those existing json mods instead or converting the pure bmx implementation that I mentioned.. https://github.com/mahan/bmx-json https://github.com/nilium/cower.jonk but just curious if there's already one just works for b3d. | 
| 
 | ||
| [ Thanks for those json Blitzmax links. ] | 
| 
 | ||
| No sweat virtlands :) | 
| 
 | ||
| @R, Keep up the good work with JSON. | 
| 
 | ||
| lol yes. actually I put on hold json stuff for now with b3d, just using xml. | 
| 
 | ||
|   |