contracts/lib/forge-std/test/fixtures/test.json 73 B raw
1
{
2
  "a": 123,
3
  "b": "test",
4
  "c": {
5
    "a": 123,
6
    "b": "test"
7
  }
8
}