Class: JSI::JSON::HashNode
- Includes:
- PathedHashNode
- Defined in:
- lib/jsi/json/node.rb
Overview
a JSI::JSON::Node whose content is Hash-like (responds to #to_hash) and includes Hash methods from Hashlike
Constant Summary
Constants included from Hashlike
Hashlike::DESTRUCTIVE_METHODS, Hashlike::SAFE_KEY_ONLY_METHODS, Hashlike::SAFE_KEY_VALUE_METHODS, Hashlike::SAFE_METHODS
Instance Attribute Summary
Attributes inherited from Node
Method Summary
Methods included from PathedHashNode
#each, #node_content_hash_pubsend, #to_hash
Methods included from Hashlike
#inspect, #merge, #pretty_print, #update
Methods inherited from Node
#[], #[]=, #as_json, #deref, #document_root_node, #dup, #initialize, #inspect, #jsi_fingerprint, #modified_copy, new_by_type, new_doc, #object_group_text, #parent_node, #pretty_print
Methods included from Util::FingerprintHash
Methods included from PathedNode
#node_content, #node_ptr_deref
Constructor Details
This class inherits a constructor from JSI::JSON::Node