<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
let json = '{"level0":{"level1":{"level2":{"level3":{"level4":{"level5":{"level6":{"level7":{"level8":{"level9":[[[[[[[[[["abc"]]]]]]]]]]}}}}}}}}}}';
return eval("(" + json + ')')
return (new Function('return ('+json+')'))()
return Function('return ('+json+')')()
return JSON.parse(json)
return $.parseJSON(json)