Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
I'm not sure I understand the code well enough to write an article. I only understood it enough to do some simple things.
In the end, I was using the regex to parse a json object but I found LunaJson which does it for me. So I ended up using that. But I am glad I found the regex stuff.
@tproper if you just need to read and write json files gideros has a native json plugin http://docs.giderosmobile.com/reference/plugin/json From the project tree on the left, right-click on Plugins and add it - keep in mind that if you need to test on device you will need to build your own player.
Comments
Likes: Apollo14, SinisterSoft
https://deluxepixel.com
In the end, I was using the regex to parse a json object but I found LunaJson which does it for me. So I ended up using that. But I am glad I found the regex stuff.
From the project tree on the left, right-click on Plugins and add it - keep in mind that if you need to test on device you will need to build your own player.
Likes: pie