add moshi

This commit is contained in:
Looly
2024-09-28 22:53:29 +08:00
parent 8eff63bc9f
commit 4db6ac1f34
12 changed files with 462 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ import java.util.TimeZone;
public class JSONEngineTest {
private final String[] engineNames = {"jackson", "gson", "fastjson", "hutool"};
private final String[] engineNames = {"jackson", "gson", "fastjson", "moshi", "hutool"};
@Test
void writeDateFormatTest() {