module Ktistec::JSON_LD

Defined in:

framework/json_ld.cr

Constant Summary

Log = ::Log.for(self)

Class Method Summary

Class Method Detail

def self.dig?(json : JSON::Any, *selector, as : T.class = String) forall T #

[View source]
def self.dig_id?(json, *selector) #

[View source]
def self.dig_ids?(json, *selector) #

[View source]
def self.dig_value?(json, *selector, &) #

[View source]
def self.dig_values?(json, *selector, &) #

[View source]
def self.expand(body : JSON::Any | String | IO, loader = Loader.new) #

Expands the JSON-LD document.


[View source]