...

Text file src/github.com/noirbizarre/gonja/testData/filters/pprint.tpl.out

Documentation: github.com/noirbizarre/gonja/testData/filters

     1[
     2  {
     3    "FirstName": "John",
     4    "LastName": "Doe",
     5    "Gender": "male"
     6  },
     7  {
     8    "FirstName": "Jane",
     9    "LastName": "Doe",
    10    "Gender": "female"
    11  },
    12  {
    13    "FirstName": "Akira",
    14    "LastName": "Toriyama",
    15    "Gender": "male"
    16  },
    17  {
    18    "FirstName": "Selina",
    19    "LastName": "Kyle",
    20    "Gender": "female"
    21  },
    22  {
    23    "FirstName": "Axel",
    24    "LastName": "Haustant",
    25    "Gender": "male"
    26  }
    27]
    28[
    29  1,
    30  1,
    31  2,
    32  3,
    33  5,
    34  8,
    35  13,
    36  21,
    37  34,
    38  55
    39]

View as plain text