Exemplo n.º 1
0
        public static string MapToValue(IConfigSectionNode node)
        {
            if (node == null || !node.Exists)
            {
                return(null);
            }

            return(node.ToJSONString(JsonWritingOptions.Compact));
        }