Print

Print


> From: Code for Libraries [mailto:[log in to unmask]] On
> Behalf Of Bill Dueber
> Sent: 23 April, 2008 10:34
> To: [log in to unmask]
> Subject: [CODE4LIB] MARC::Record::JSON perl and javascript
> modules on Google Code
>
> The MARC::Record::JSON data structure itself is *not*
> round-tripable (order of subfields within a field is not
> preserved), but makes for an easy-to-work-with format in
> read-only situations that one would probably be encountering
> within a web page.

Depending upon how you structure your JSON, you could make it
round-tripable where the order is preserved.  There are some
tradeoffs, though.


Andy.