The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 2.00

  • add loop method
  • constructor can now accept Perl objects and JSON strings
  • UTF-8 handling moved from JSON serialize/deserialize section to input/output layers
  • fixed a bug returning a void object instead of void string while syntactic sugar called inside the argument of a function
  • you cannot overwrite anymore an existent leaf with an object with syntactic sugar calls, now need to delete the leaf first
  • various minor bug fixes and improvements

Modules

a module to quickly build JSON/JSONP web services, providing also some syntactic sugar acting a bit like a sort of DSL (domain specific language) for JSON.