You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-24 23:16:47 +02:00
#53 support escapeHtml
This commit is contained in:
@ -21,7 +21,7 @@ func (any *int64LazyAny) ValueType() ValueType {
|
||||
func (any *int64LazyAny) Parse() *Iterator {
|
||||
iter := any.iter
|
||||
if iter == nil {
|
||||
iter = NewIterator(DEFAULT_CONFIG)
|
||||
iter = NewIterator(ConfigOfDefault)
|
||||
}
|
||||
iter.ResetBytes(any.buf)
|
||||
return iter
|
||||
|
Reference in New Issue
Block a user