<div class="gmail_quote">On 17 February 2012 01:57, Marco Leise <span dir="ltr"><<a href="mailto:Marco.Leise@gmx.de">Marco.Leise@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Am 16.02.2012, 23:34 Uhr, schrieb Sean Kelly <<a href="mailto:sean@invisibleduck.org" target="_blank">sean@invisibleduck.org</a>>:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
At this point you may as well just use JSON.<br>
</blockquote>
<br></div>
Listen to this guy, he's right. JSON allows hierarchies and arrays, strings, numbers and booleans as values. It is clearly defined and as light-weight as an INI file (compared to XML). I stored game replays in JSON format for <a href="http://aichallenge.org/" target="_blank">http://aichallenge.org/</a> (gzip compressed and served via HTTP). I found it very flexible for the data structures we came up with and portable since most programming languages have a standard JSON parser.<br>

</blockquote></div><br><div>Sure, I would certainly use JSON now, but we're talking about reading existing data right? Or what's the point of ini at all?</div>