This PR implements nil/null support, as well as, conversion and validation methods for the various ArmaValue types similar to the methods implemented on serde_json::Value.
[X] Tests are included and passing.
Please let me know if you would like anything changed.
This PR implements
nil
/null
support, as well as, conversion and validation methods for the variousArmaValue
types similar to the methods implemented onserde_json::Value
.Please let me know if you would like anything changed.
Thank you!