jsontab: plugin to view Json files

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Re: jsontab: plugin to view Json files

Post by *krasusczak »

AntonyD wrote: 2023-03-03, 16:05 UTC
This is working one:
And I want to note that if you delete an element 'lars' at all in this working second example, the table view for this second element will just show an empty cell!!! And this is wrong! We need to show some kind of special substitute template. Like the word <not exist>/<not set>/<null>/????
Otherwise we might think it's just an empty string "" is specified as the value of this field.
"lars": "",
Which, of course, is wrong.
What do you think about it?
Yea this kind of info would be also nice, just need to be very visible, maybe some bold information + function which gonna check if this information text is actually not a real value, because this is also sometimes possible
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: jsontab: plugin to view Json files

Post by *Horst.Epp »

krasusczak wrote: 2023-03-03, 15:50 UTC If I right click on the JSON tree panel, on any blank area (not on a tree node), TCM crashes and closes suddenly. Can you please take a look?
Confirmed

It was fixed in 1.0.3
[/quote]
Thanks, update fixed it.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
little-brother
Junior Member
Junior Member
Posts: 43
Joined: 2021-09-27, 10:27 UTC

Re: jsontab: plugin to view Json files

Post by *little-brother »

The thing is that the column shows only if the value existing in the first "array" which sometimes is not a real world situation.
We need to show some kind of special substitute template.
Done.
krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Re: jsontab: plugin to view Json files

Post by *krasusczak »

little-brother wrote: 2023-03-05, 14:14 UTC
The thing is that the column shows only if the value existing in the first "array" which sometimes is not a real world situation.
We need to show some kind of special substitute template.
Done.
Hell nice, you rock :)
jelinek.01
Junior Member
Junior Member
Posts: 3
Joined: 2010-04-06, 06:49 UTC

Re: jsontab: plugin to view Json files

Post by *jelinek.01 »

Hello, this seems to work nice, thanks for your work, only one glitch and one nice-to-have feature request
- the glitch is scaling - on a HiDPI screen it is very tiny (even on 32'' screen), the same goes for CSVTab.
- the feature request would be support for JSONLine (*.jsonl, several JSON objects each on its own line). Now it just shows the first object with a <<malformed>> in place of ROOT.

Thanks.

-- EDIT
Sorry for the scaling - firgured that out (CTRL+wheel)
Post Reply