JSON in variable viewer

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

JSON in variable viewer

Post by Tenaja »

Currently there is no way to verify the value of strings sent to a JSON command, because the JSON data values are not shown in the Variable Viewer. Please come up with a solution for viewing, whether it is within the LinkedList tab or a whole new tab.

As it stands now, the only thing we can see is a pointer value to the #JSON, so for debug we have to copy everything to a temp string.

Thanks.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: JSON in variable viewer

Post by freak »

Try the 'Library Viewer' tool
quidquid Latine dictum sit altum videtur
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: JSON in variable viewer

Post by Tenaja »

Thanks!

The IDE has so many features it is easy to miss them.
Post Reply