コード例 #1
0
ファイル: Mint.cs プロジェクト: futsuki/mint
 public static string ToJson(string expr)
 {
     return(MiniJson.Serialize(ParseExpression(expr)));
 }