We'd prefer that web::json::value::parse() preserve the order of JSON property names within an object, instead of reordering property names alphabetically. Is alphabetizing the intended behavior? Round-tripping parse() to serialize() doesn't result in the original ordering. This is at least an issue for our debugging/sanity checks/visual confirmations. I believe parse had preserved order some releases ago(?).
↧