2
In PHP, to interpret a JSON file for the language, we can use the function json_decode
. Already in Javascript, we can use JSON.parse
.
What about Harbour? Is there a role to interpret JSON?
Example:
Procedure Main()
LOCAL json := '{"nome": "Wallace"}'
? json
Return