优化词法分析

This commit is contained in:
2022-07-04 23:17:02 +08:00
parent d933ff5f03
commit 8071532012
3 changed files with 184 additions and 37 deletions

View File

@ -13,7 +13,7 @@ import (
func Test_parseLexical(t *testing.T) {
jsonData := `{
"name" :"zhangsan",
"name" : "zhangsan",
"age":"18",
"extension":{
"sex":"man",