Update JsonNodeToObjectNodeUnitTest.java
This commit is contained in:
parent
82cae6f0d4
commit
edea043a7f
|
@ -9,7 +9,7 @@ import org.junit.Test;
|
||||||
|
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
public class JsonNodeToJsonObjectUnitTest {
|
public class JsonNodeToObjectNodeUnitTest {
|
||||||
|
|
||||||
public static String jsonString = "{\"name\": \"John\", \"gender\": \"male\", \"company\": \"Baeldung\", \"isEmployee\": true, \"age\": 30}";
|
public static String jsonString = "{\"name\": \"John\", \"gender\": \"male\", \"company\": \"Baeldung\", \"isEmployee\": true, \"age\": 30}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue