protected YJSONContent(string data, int start, int stop, YJSONType type)
 {
     _data          = data;
     _data_start    = start;
     _data_boundary = stop;
     _type          = type;
 }
 protected YJSONContent(YJSONType type)
 {
     _data = null;
 }