Guest User

Untitled

a guest
Feb 13th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local function lis( e )
  2.  
  3. --Converts JSON to Lua table
  4. fbResponse = json.encode(e.error)
  5. --Converts data to JSON
  6. fbJson=json.decode(fbResponse)
  7. --print(fbJson)
  8. fbDecoded = json.decode(fbJson)
  9. print(fbResponse)
Advertisement
Add Comment
Please, Sign In to add comment