Reads an associative-array off a JSON text.
The key type must be string, the value type can be any type otherwise supported by the parser.
The type of AA to return.
A newly filled associative array.
See Implementation
Reads an associative-array off a JSON text.
The key type must be string, the value type can be any type otherwise supported by the parser.