From: Karen Etheridge Date: Mon, 2 May 2016 18:10:13 +0000 (-0700) Subject: document the availability of encode, decode methods X-Git-Tag: v1.003006_001~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FJSON-MaybeXS.git;a=commitdiff_plain;h=590077bd675e28497dcf00c935d3e005c734f284 document the availability of encode, decode methods --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index 6898131..a0fe146 100644 --- a/lib/JSON/MaybeXS.pm +++ b/lib/JSON/MaybeXS.pm @@ -215,6 +215,9 @@ Since this is a trifle irritating and noticeably un-perlish, we also offer: which works equivalently to the above (and in the usual tradition will accept a hashref instead of a hash, should you so desire). +The resulting object is blessed into the underlying backend, which offers (at +least) the methods C and C. + =head1 BOOLEANS To include JSON-aware booleans (C, C) in your data, just do: