BrettMayson / arma-rs

GNU General Public License v2.0
42 stars 8 forks source link

Feature - Nil support and utility methods #9

Closed itsthedevman closed 2 years ago

itsthedevman commented 2 years ago

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.

Please let me know if you would like anything changed.

Thank you!