Skip to content

Conversation

@rtmclay
Copy link

@rtmclay rtmclay commented Jul 25, 2016

I was running luacheck on json.lua and it found a few minor things. The important one is that json.lua had:

  return decode(s, decode_scanComment(s,startPos))

but there is no decode() function.

I changed it to:

  return json.decode(s, decode_scanComment(s,startPos))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant