StdJsonTest
Inherits: Test
State Variables
root
string root;
path
string path;
Functions
setUp
function setUp() public;
test_readJson
function test_readJson() public view;
test_writeJson
function test_writeJson() public;
Structs
SimpleJson
struct SimpleJson {
uint256 a;
string b;
}
NestedJson
struct NestedJson {
uint256 a;
string b;
SimpleJson c;
}