public async Task TestReadAsync() { var json = await DJson.ReadAsync("sample.json"); Assert.Equal(1, json.value); }