remove debug code
This commit is contained in:
		| @ -75,7 +75,6 @@ func (oj *ownJson) Marshal(marshalType string) ([]byte, error) { | ||||
| // generateStructField 递归解析 | ||||
| func (oj *ownJson) generateStructField(rootPath string, currentName string, currentResult gjson.Result) { | ||||
| 	structPath := oj.getPath(rootPath, currentName) | ||||
| 	fmt.Println(structPath) | ||||
| 	if currentResult.IsBool() { | ||||
| 		// bool类型 | ||||
| 		oj.structBuilder.AddField(structPath, "", true, "", false) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user