mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-06-24 01:12:07 +08:00
7 lines
119 B
C#
7 lines
119 B
C#
|
|
namespace CPF.Windows.Json.Serializer
|
|||
|
|
{
|
|||
|
|
internal class ExpressionJsonFormatter :JsonFormatterBase
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|