what is standard notation of JSON keys – Twitter-api
I think standard notation for javascript properties is camelCase (most of frameworks in javascript use camelCase), so JSON keys must be camelCase (according to javascript object notation), also I've seen WIKIPEDIA and W3SCHOOLS documentation about JSON, all sample wrote in…