pub fn decode_node_value( data: &[u8], ) -> Option<(String, HashMap<String, SochValue>)>
Decode a node value into (node_type, properties).