class JSON_DECODER
Summary
Direct parents
Inherit list: JSON_VISITOR
Insert list: JSON_HANDLER
Overview
decode (a_codec: JSON_ANY_CODEC, value: JSON_VALUE): JSON_DATA
effective function
visit_array (json: JSON_ARRAY)
effective procedure
visit_false (json: JSON_FALSE)
effective procedure
visit_null (json: JSON_NULL)
effective procedure
visit_number (json: JSON_NUMBER)
effective procedure
visit_object (json: JSON_OBJECT)
effective procedure
visit_string (json: JSON_STRING)
effective procedure
visit_true (json: JSON_TRUE)
effective procedure
data: JSON_DATA
writable attribute
{}
writable attribute
{}
make
effective procedure
{}