aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/test_anynode_class.json
blob: 0d3494510ad3c188023da3edcce7367173429b84 (plain)
1
2
3
4
5
6
7
8
9
{
  "channels": [{
    "one": "number1", "two": "number2", "three": "number3"}],
  "sampleStrList": ["1", "2", "3", "4", "5"],
  "sampleNestedObject": {"a": 1, "b": 2},
  "sampleInt": 1,
  "sampleString": "str",
  "sampleNull": null
}