[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Recovering the 'document order' of parsed json

Subject: Re: Recovering the 'document order' of parsed json
From: Liam R E Quin <liam@xxxxxx>
Date: Mon, 28 Oct 2013 22:05:20 -0400
Re:  Recovering the 'document order' of parsed json
On Mon, 2013-10-28 at 20:11 -0500, David Cramer wrote:

> I'm experimenting with parse-json and the map functions, but I gather
> that once parse-json gives me a map, I have no way of recovering the
> original order of the keys in the source json.

In general JSON maps are not ordered:

{ "a" : 1,
  "socks" : "black" }
is the same as
{ "socks" : "black",
  "a" : 1 }

Only arrays are ordered,
{ "socks" : [ "black", "green" ] }
is not the same as
{ "socks" : [ "green", "black" ] }

Hope this helps - if not, maybe send some short/simple test cases?

Liam


-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org freenode/#xml

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.