--- JSON-XS/XS.pm 2013/10/29 00:19:45 1.148 +++ JSON-XS/XS.pm 2013/10/29 00:21:10 1.149 @@ -1131,7 +1131,7 @@ =over 4 -=item 1. C is enabled and object has a C method. +=item 1. C is enabled and the object has a C method. In this case, C uses the L object serialisation protocol to create a tagged JSON value, using a nonstandard @@ -1156,7 +1156,7 @@ ($self->{type}, $self->{id}) } -=item 2. C is enabled and object has a C method. +=item 2. C is enabled and the object has a C method. In this case, the C method of the object is invoked in scalar context. It must return a single scalar that can be directly encoded into