mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add moshi
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user