--- JSON-XS/XS.pm 2007/03/23 17:40:29 1.10 +++ JSON-XS/XS.pm 2007/03/23 17:48:59 1.11 @@ -381,6 +381,10 @@ You can not currently output JSON booleans or force the type in other, less obscure, ways. Tell me if you need this capability. +=item circular data structures + +Those will be encoded until memory or stackspace runs out. + =back =head1 COMPARISON @@ -513,6 +517,13 @@ Last example is an almost 8MB large hash with many large binary values (PNG files), resulting in a lot of escaping: +=head1 RESOURCE LIMITS + +JSON::XS does not impose any limits on the size of JSON texts or Perl +values they represent - if your machine cna handle it, JSON::XS will +encode or decode it. Future versions might optionally impose structure +depth and memory use resource limits. + =head1 BUGS While the goal of this module is to be correct, that unfortunately does