<div dir="ltr"><div>On Wed, Oct 14, 2015 at 9:35 AM, Marco Leise via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Features:<br>
- Loads double values in compliance with IEEE round-to-nearest<br>
(no precision loss in serialization->deserialization round trips)<br>
- UTF-8 validation of non-string input (file, ubyte[])<br>
- Currently fastest JSON parser money can buy<br>
- Reads strings, enums, integral types, double, bool, POD<br>
structs consisting of those and pointers to such structs<br></blockquote><div><br></div>Does this version handle real world JSON?<div><br></div><div>I've keep getting problems with vibe and JSON because web browsers will automatically make a "1" into a 1 which then causes exceptions in vibe.<br></div><div><br></div><div>Does yours do lossless conversions automatically?</div><div><br></div><div> </div></div></div></div>