Search found 2 matches

by jordan.xue
26.12.2023 08:37
Forum: General - CudaText
Topic: [Suggestion]Array/List nodes to be wrapped as [0]..[n] in Code-Tree for JSON data
Replies: 4
Views: 933

Re: [Suggestion]Array/List nodes to be wrapped as [0]..[n] in Code-Tree for JSON data

@Alexey, Appreciated for your advice. Take below json as example. { "list": [{ "node1": { "a": 1 }, "node2": { "a": 1 } }, { "node1": { "a": 1 }, "node2": { "b": 1 } }, { "node1": { "a": 1 }...
by jordan.xue
26.12.2023 03:09
Forum: General - CudaText
Topic: [Suggestion]Array/List nodes to be wrapped as [0]..[n] in Code-Tree for JSON data
Replies: 4
Views: 933

[Suggestion]Array/List nodes to be wrapped as [0]..[n] in Code-Tree for JSON data

Thanks to CudaText, it is a definitely great product. In latest 1.206.2.0 version, I meet such a pain point. If data type is array/list in JSON, all nodes will be displayed in flat style, not structured or wrapped, not easy to address array node by sequence number. Suggestion: If data type is array/...