JsonKey小写

Posted x_蜡笔小新

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JsonKey小写相关的知识,希望对你有一定的参考价值。

System.Text.RegularExpressions.MatchCollection ms = System.Text.RegularExpressions.Regex.Matches(ecarvoText, "\\\"[a-zA-Z0-9]+\\\"\\s*:");
                    foreach (System.Text.RegularExpressions.Match item in ms)
                    {
                        ecarvoText = ecarvoText.Replace(item.Value, item.Value.ToLower());
                    }

  

以上是关于JsonKey小写的主要内容,如果未能解决你的问题,请参考以下文章