[Solved] How to access the JSON data? November 12, 2022 by Kirat Try this if result is an array len = result[0].origin; alert(len); 7 solved How to access the JSON data?