You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-12-20 23:30:38 +02:00
#53 support escapeHtml
This commit is contained in:
@@ -17,7 +17,7 @@ type float64LazyAny struct {
|
||||
func (any *float64LazyAny) 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