public JSONDictionaryAttribute(string name) { _specs = new JSONFieldSpecs(name, JSONMemberType.Dictionary); }