<div dir="ltr"><div><div><div>Hi,<br><br></div>I&#39;ve encountered a case where format-json orders keys not alphabetically, but rather in the other direction. Can you remember any reason for that?<br><br></div>This is the only patch needed to fix the order, but I&#39;ve figured there may have been some reason behind the ordering.<br><br> static gint<br> vp_walk_cmp(const gchar *s1, const gchar *s2)<br> {<br>-  return strcmp(s2, s1);<br>+  return strcmp(s1, s2);<br> }<br><br><br></div><div>Thanks in advance, <br></div><div><div><br clear="all"><div><div><div class="gmail_signature"><div dir="ltr">-- <br>Bazsi<br></div></div></div>
</div></div></div></div>