Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
jq
v0.9.1
Jq
Cast
CastError
Error
NotFound
ParseError
Query
Attr
Const
Lambda
ToArray
Time
ParseError
Built with Crystal 1.9.2
2023-10-08 13:12:24 UTC
class
Jq::Query::Const
Jq::Query::Const
Reference
Object
Included Modules
Jq::Query
Defined in:
jq/query.cr
Constructors
.new
(trace : String, val : JSON::Any)
Instance Method Summary
#apply
(x : JSON::Any) : JSON::Any
#trace
: String
Instance methods inherited from module
Jq::Query
apply(any : JSON::Any) : JSON::Any
apply
,
trace : String
trace
Constructor Detail
def self.
new
(trace : String, val : JSON::Any)
#
[
View source
]
Instance Method Detail
def
apply
(x : JSON::Any) : JSON::Any
#
[
View source
]
def
trace
: String
#
[
View source
]