vizo 1.1.0

Visualize structured data formats in a more pretty way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
string = "test"

number = 43

boolean = true

array_of_strings = ["test1", "test2"]

arrya_of_numbers = [1, 2, 3]

array_of_booleans = [true, false]

array_of_nulls = ["", ""] # Representing nulls as empty strings, a common workaround.



[[array_of_objects]]

string = "test1"



[[array_of_objects]]

string = "test2"



[object]

string = "test"