- json-read #!optional PORTprocedure
Reads data in JSON format from PORT which defaults to the value of (current-input-port).
Note that json-read does not produce alists, as the result are vectors and not lists, and keys are strings and not symbols.
Reads data in JSON format from PORT which defaults to the value of (current-input-port).
Note that json-read does not produce alists, as the result are vectors and not lists, and keys are strings and not symbols.