--- JSON-XS/XS.pm 2013/10/29 00:19:08 1.147 +++ JSON-XS/XS.pm 2013/10/29 00:19:45 1.148 @@ -485,7 +485,7 @@ =item $enabled = $json->get_convert_blessed -See "OBJECT SERIALISATION" for details. +See L for details. If C<$enable> is true (or missing), then C, upon encountering a blessed object, will check for the availability of the C method @@ -509,7 +509,7 @@ =item $enabled = $json->allow_tags -See "OBJECT SERIALISATION" for details. +See L for details. If C<$enable> is true (or missing), then C, upon encountering a blessed object, will check for the availability of the C method on @@ -1019,7 +1019,7 @@ I must be a perl package/class name encoded as a JSON string, and the I must be a JSON array encoding optional constructor arguments. -See "OBJECT SERIALISATION", below, for details. +See L, below, for details. =back @@ -1068,7 +1068,7 @@ =item blessed objects Blessed objects are not directly representable in JSON, but C -allows various ways of handling objects. See "OBJECT SERIALISATION", +allows various ways of handling objects. See L, below, for details. =item simple scalars