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
Thanks for reporting @LeonardoCardoso. I've just put up #20 which addresses this issue. I'm going to close this issue out for now. Please direct all further comments to #20.
On this section Using Multiple Decoders, the var
json
is not declared:Instead
Parser.parseEntity(json: json)
shouldn't it beParser.parseEntity(json: object)
?The text was updated successfully, but these errors were encountered: