It goes in brackets [] because new_change_this is being used as an index to the Object JsonData.
JsonData is the big Object that you got from the JSON.
JsonData[new_change_this] is a part of that big Object.
JsonData[new_change_this].title is the string inside that part of that big Object.
PS This is just javascript, you can and should learn this from any intro book or class.