Home | History | Annotate | Download | only in lib

Lines Matching refs:blessed

867 Returns JSON true value which is blessed object.
872 Returns JSON false value which is blessed object.
1218 Note that blessed objects are not included here and are handled
1235 barf when it encounters a blessed reference. Instead, the value of the
1242 exception when it encounters a blessed object.
1252 blessed object, will check for the availability of the C<TO_JSON> method
1259 returns other blessed objects, those will be handled in the same
1269 to do when a blessed object is found.
1286 This will cause that C<encode> method converts simple blessed objects into
1287 JSON objects as non-blessed object.
1868 =item blessed objects
1870 Blessed objects are not directly representable in JSON. See the
1873 exception, encoding the reference as if it weren't blessed, or provide
1876 With C<convert_blessed_universally> mode, C<encode> converts blessed
1877 hash references or blessed array references (contains other blessed references)
1951 and JSON::XS object is a blessed scalar reference while JSON::PP is a blessed hash
2023 object (re-blessed XS object), and by checking JSON::XS unsupported flags
2239 Instead of it, if a given blessed object has the C<TO_JSON> method,