registry method

TypeRegistry registry()

Obtains a registry for JSON parsing.

Implementation

TypeRegistry registry() {
    return _jsonRegistry;
}