Class: JSON::State

Inherits:
Object show all
Defined in:
lib/framework/autocomplete/JSON.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_state(opts) ⇒ Object



53
54
# File 'lib/framework/autocomplete/JSON.rb', line 53

def self.from_state(opts)
end

Instance Method Details

#allow_nan?Boolean

Returns:

  • (Boolean)


83
84
# File 'lib/framework/autocomplete/JSON.rb', line 83

def allow_nan?
end

#array_nlObject



71
72
# File 'lib/framework/autocomplete/JSON.rb', line 71

def array_nl
end

#array_nl=(req) ⇒ Object



73
74
# File 'lib/framework/autocomplete/JSON.rb', line 73

def array_nl=(req)
end

#check_circular?Boolean

Returns:

  • (Boolean)


81
82
# File 'lib/framework/autocomplete/JSON.rb', line 81

def check_circular?
end

#check_max_nesting(depth) ⇒ Object



79
80
# File 'lib/framework/autocomplete/JSON.rb', line 79

def check_max_nesting(depth)
end

#configure(opts) ⇒ Object



91
92
# File 'lib/framework/autocomplete/JSON.rb', line 91

def configure(opts)
end

#forget(object) ⇒ Object



89
90
# File 'lib/framework/autocomplete/JSON.rb', line 89

def forget(object)
end

#indentObject



55
56
# File 'lib/framework/autocomplete/JSON.rb', line 55

def indent
end

#indent=(req) ⇒ Object



57
58
# File 'lib/framework/autocomplete/JSON.rb', line 57

def indent=(req)
end

#max_nestingObject



75
76
# File 'lib/framework/autocomplete/JSON.rb', line 75

def max_nesting
end

#max_nesting=(req) ⇒ Object



77
78
# File 'lib/framework/autocomplete/JSON.rb', line 77

def max_nesting=(req)
end

#object_nlObject



67
68
# File 'lib/framework/autocomplete/JSON.rb', line 67

def object_nl
end

#object_nl=(req) ⇒ Object



69
70
# File 'lib/framework/autocomplete/JSON.rb', line 69

def object_nl=(req)
end

#remember(object) ⇒ Object



87
88
# File 'lib/framework/autocomplete/JSON.rb', line 87

def remember(object)
end

#seen?(object) ⇒ Boolean

Returns:

  • (Boolean)


85
86
# File 'lib/framework/autocomplete/JSON.rb', line 85

def seen?(object)
end

#spaceObject



59
60
# File 'lib/framework/autocomplete/JSON.rb', line 59

def space
end

#space=(req) ⇒ Object



61
62
# File 'lib/framework/autocomplete/JSON.rb', line 61

def space=(req)
end

#space_beforeObject



63
64
# File 'lib/framework/autocomplete/JSON.rb', line 63

def space_before
end

#space_before=(req) ⇒ Object



65
66
# File 'lib/framework/autocomplete/JSON.rb', line 65

def space_before=(req)
end

#to_hObject



93
94
# File 'lib/framework/autocomplete/JSON.rb', line 93

def to_h
end