module Cryyjson

Overview

TODO Write documentation for Cryyjson

Defined in:

cryyjson.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.parse(json) : JSON::Any #

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


[View source]