You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes the problem that calling Get on simple values would fail:
data := []byte("0")
value, dataType, offset, err := Get(data)
// err == "Value looks like Number/Boolean/None, but can't find its end: ',' or '}' symbol"
0 commit comments