How to load item text to javascript?
Correct me if I misunderstand your question but as I understand, you have a JSON as above and you want to hold that value in a page item right?
If you do, use $s('Pxx_ITEM')
for setting the value then parse the value with JSON.parse($v("Pxx_ITEM"));
.