module JSON::Any

Overview

You can use JSON::Any inside a JSON::Mapping to make a property be parsed to a JSON::Type. This is useful if you have properties with dynamic content that must later be inspected at runtime.

Defined in:

Class Method Summary

Class Method Detail

def self.new(pull : JSON::PullParser)

Reads a JSON::Type value from the given pull parser.