Known limitations

The current version is still under development and suffers from the current limitations:

  • It isn't possible to create values that include mixed content easily (for example a JSON value containing HTML);
  • Aeson does not detect or report any error when a duplicate name is created within an object;
  • Aeson isn't able to cope will XML output that isn't well-formed.

 

Bugs

Aeson relies on the XSLT processor to trigger the XML events in the correct order. If this isn't the case, it may not be able to produce valid JSON and will throw an error.

Errors have been reported when generating large JSON structures.

Created on , last edited on