Sha256: da305095a3e4ff6d7d87af9382e4604c8cb404b8098c09ecca2ee19cbe58e19b
Contents?: true
Size: 161 Bytes
Versions: 1
Compression:
Stored size: 161 Bytes
Contents
module JSONSelect::Ast::TypeSelector # `object` | `array` | `number` | `string` | `boolean` | `null` def to_ast { :type => self.text_value } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
json_select-0.1.1 | lib/json_select/ast/type_selector.rb |