class Json::Tools::OutOfBoundsException

Overview

Exception raised by Json::Tools::Patch if a path specified in the operation refers to an array index and is not within the array bounds.

Defined in:

json-tools/exception.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(object : Array(JSON::Any), index : Int32) forall T #

[View source]

Instance Method Detail

def index : Int32 #

[View source]
def object : Array(JSON::Any) #

[View source]