Any JSON library for B3D?

Blitz3D Forums/Blitz3D Programming/Any JSON library for B3D?

RustyKristi(Posted 2016) [#1]
The one in the archive is mislabeled to bb where it is clearly bmx code.


BlitzSupport(Posted 2016) [#2]
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!


RustyKristi(Posted 2016) [#3]
Thanks James, I'll just try other methods or maybe convert it to bb


virtlands(Posted 2016) [#4]
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.


RustyKristi(Posted 2016) [#5]
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.


virtlands(Posted 2016) [#6]
[ Thanks for those json Blitzmax links. ]


RustyKristi(Posted 2016) [#7]
No sweat virtlands :)


virtlands(Posted 2016) [#8]
@R, Keep up the good work with JSON.


RustyKristi(Posted 2016) [#9]
lol yes. actually I put on hold json stuff for now with b3d, just using xml.


virtlands(Posted 2016) [#10]