jQuery’s getJSON function to retrieve data in JSON format; Same domain or cross-domain request
Today I want to share the problems I faced and its solution about using JSON with jQuery. JSON is a lightweight text-based open standard designed for human-readable data interchange. It is being popular nowadays and …