<script>
var txt = '[{"name":"tom", "age":60},{"name":"jane", "age":61}]';
var obj = JSON.parse(txt);
</script>