JSON::Type

Declaration

enum class Type {
        Object,
        Number,
        String,
        Array,
        Boolean,
        Null
};