Json array display

hello,
I’m using a bot application that trigger a post to check customer data via Json post.
My problem is that when displaying the data the values are showed with brackets [DATA]
How can I take the brackets out?
I’m doing for example

result.document[0].value

and is displaying the number into brackets [4557788] I wanted to display with no brackets .

thanks