raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 21,022

  1. …in reply to @AshSoo
    AshSoo JSON is simply a string representation of data. var x = JSON.parse(the string); converts it into 'real' data. it really is simple