Search found 2 matches

by freak
Fri Sep 05, 2014 10:57 pm
Forum: Tricks 'n' Tips
Topic: Receive Php Associative Arrays : HTTPRequest / ExamineJSON
Replies: 2
Views: 5964

Re: Receive Php Associative Arrays : HTTPRequest / ExamineJS

You can also get the data directly into a PB Map like this:
Enumeration
#Json
EndEnumeration

Procedure HttpGetEvent(Success, Result$)
Protected i

If Success

Debug Result$

If ParseJSON(#Json, Result$)
; transfer the php array to a map
NewMap Values.l()
ExtractJSONMap(JSONValue(#Json ...
by freak
Mon Feb 24, 2014 10:29 pm
Forum: Coding Questions
Topic: Test
Replies: 33
Views: 42379

Re: Test

...world :P