<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 11, 2015 at 3:48 PM, Adam D. Ruppe 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><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">...<br>
Most "dynamic" types really are static, you just don't always know the layout at compile time. But with a bit of ahead-of-time analyzers of the data, we can basically bridge that without needing a whole lot of extra work.<br>
<br>
</blockquote></div>I had made an object similar to your jsvar, now I just use your  jsvar for all my REST api needs because it works basically like javascript which is great for consuming the data from the apis I use. You could use it to do the basic discovery and then generate a vibe/std json struct from there.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Its great to have the more rigid JSON features in vibe.d too, they each have their place.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>