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
[chore] Change to use wrapper of jsoniter.Iterator to simplify ReadXYZ calls (#13498)
This is a preparation to auto-generate the UnmarshalJSON using pdatagen.
By doing this we simplify to have all funcs on the Iterator and not
having some on the json package some on the Iterator.
Also, this is less error prune since it forces that all numbers are
correctly handle the string option.
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
0 commit comments