W wl Well-Known Member Licensed User Longtime User Feb 8, 2014 #1 Hi, What would be the best way to generate + parse Json in B4J ? Combine this with the webserver capabilities in B4J 1.5 and you make a great REST server. Thanks
Hi, What would be the best way to generate + parse Json in B4J ? Combine this with the webserver capabilities in B4J 1.5 and you make a great REST server. Thanks
Erel B4X founder Staff member Licensed User Longtime User Feb 8, 2014 #2 You should use the Json library. It is identical to B4A Json library. This tutorial is relevant to B4J as well: Android JSON tutorial Here is a nice tool that will help you with the parsing code: JsonTree - Tool to help with JSON parsing (B4A / B4J) Upvote 0
You should use the Json library. It is identical to B4A Json library. This tutorial is relevant to B4J as well: Android JSON tutorial Here is a nice tool that will help you with the parsing code: JsonTree - Tool to help with JSON parsing (B4A / B4J)