Erel B4X founder Staff member Licensed User Longtime User Aug 15, 2023 #2 What do you mean with "json"? B4X: Dim m As Map = CreateMap("key": "value", "key 2": "value 2") Log(m.As(JSON).ToString) Upvote 0
What do you mean with "json"? B4X: Dim m As Map = CreateMap("key": "value", "key 2": "value 2") Log(m.As(JSON).ToString)
DonManfred Expert Licensed User Longtime User Aug 15, 2023 #3 Check this tool on how to parse a json http://basic4ppc.com:51042/json/index.html Upvote 0
RishiKumar2210 Active Member Aug 17, 2023 #4 Erel said: What do you mean with "json"? B4X: Dim m As Map = CreateMap("key": "value", "key 2": "value 2") Log(m.As(JSON).ToString) Click to expand... Thanks Erel. Upvote 0
Erel said: What do you mean with "json"? B4X: Dim m As Map = CreateMap("key": "value", "key 2": "value 2") Log(m.As(JSON).ToString) Click to expand... Thanks Erel.
RishiKumar2210 Active Member Aug 17, 2023 #5 DonManfred said: Check this tool on how to parse a json http://basic4ppc.com:51042/json/index.html Click to expand... It is useful. Thanks DomManFred. Upvote 0
DonManfred said: Check this tool on how to parse a json http://basic4ppc.com:51042/json/index.html Click to expand... It is useful. Thanks DomManFred.