Exemplo n.º 1
0
 public NFXJson(TestingSystem context, IConfigSectionNode conf)
     : base(context, conf)
 {
     var nopt = conf[CONFIG_OPTIONS_SECTION];
       if (nopt.Exists)
       {
      m_Options = new JSONWritingOptions();
      m_Options.Configure(nopt);
       }
       else
     m_Options = JSONWritingOptions.Compact;
 }