Version 1.4.8 Stable
- Added support for new props style:
none
. - Added support for decoding JSON strings and converting them to
JsonX
instance. - Added a method to remove props from
JsonX
instance. - Changed the way the method
JsonX::get()
works. Now it returns the actual value which was added to the instance. - Added a way to read JSON file and convert its content to
JsonX
object. - Added a method to get the names of added props.
- Fixed some detected bugs.