Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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;
}