This restores the old functionality of converting hash meta to JSON, by keeping hash_value a hash, and adding a new hash_path (only added on meta -> JSON, not used for JSON -> meta) property with the path (if it is valid). If there is no valid path, hash_path will not be added.
JSON -> meta functionality has been slightly altered to check if the hash_value is not a valid hash.
This restores the old functionality of converting hash meta to JSON, by keeping
hash_value
a hash, and adding a newhash_path
(only added on meta -> JSON, not used for JSON -> meta) property with the path (if it is valid). If there is no valid path,hash_path
will not be added.JSON -> meta functionality has been slightly altered to check if the
hash_value
is not a valid hash.