D-styled data file

Saaa empty at needmail.com
Thu Apr 30 16:34:36 PDT 2009


> If your licensing requirements allow
Commercial use should allow this I think.

>, you can probably just extract tango.text.json and use that -- it 
>shouldn't have significant requirements on the rest of tango.

These are the dependencies:

module tango.text.json.Json;
 private import tango.core.Vararg;
   //va_arg!()()
   //va_list
 private import Float = tango.text.convert.Float;
   //Float.parse ()
   //Float.format ()

module tango.text.json.JsonEscape;
 private import Util = tango.text.Util;
   //Util.indexOf()
 private import Utf = tango.text.convert.Utf;
   //Utf.fromString32()

module tango.text.json.JsonParser;
 private import tango.util.container.more.Stack;
   //private Stack!(State, 16)       state;

I'm not sure whether all these have a Phobos equivalent. 




More information about the Digitalmars-d-learn mailing list