Object serialization: Difference between revisions

m
→‎{{header|Perl 6}}: fix formatting
m (removed omit from phix)
m (→‎{{header|Perl 6}}: fix formatting)
Line 1,754:
This time the objects were serialized to the [http://www.json.org/ JSON] format. Other supported formats are [http://search.cpan.org/perldoc?Storable Storable] and [http://www.yaml.org/ YAML].
 
== {{header|Perl 6}} ==
<lang perl6>#!/usr/bin/env perl6
 
10,327

edits