优化词法分析
This commit is contained in:
@ -13,7 +13,7 @@ import (
|
||||
|
||||
func Test_parseLexical(t *testing.T) {
|
||||
jsonData := `{
|
||||
"name" :"zhangsan",
|
||||
"name" : "zhangsan",
|
||||
"age":"18",
|
||||
"extension":{
|
||||
"sex":"man",
|
||||
|
Reference in New Issue
Block a user