Skip to content

Version 1.4.8 Stable

Compare
Choose a tag to compare
@usernane usernane released this 28 Aug 19:08
· 201 commits to master since this release
  • 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.