Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function lis( e )
- --Converts JSON to Lua table
- fbResponse = json.encode(e.error)
- --Converts data to JSON
- fbJson=json.decode(fbResponse)
- --print(fbJson)
- fbDecoded = json.decode(fbJson)
- print(fbResponse)
Advertisement
Add Comment
Please, Sign In to add comment