struct Cryyjson::Parser

Defined in:

parse.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(json_string : String) #

[View source]

Instance Method Detail

def parse : JSON::Any #

Parses some JSON string into a JSON::Any object through yyjson


[View source]