Skip to content

This library takes what the JSONStash api returns in JSON, and converts it to C# objects for easy interaction with in C# projects.

License

Notifications You must be signed in to change notification settings

jsonstash/JSONStashAPI.CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSONStashAPI.CSharp

This library takes what the JSONStash api returns in JSON, and converts it to C# objects for easy interaction with in C# projects.

Example

JSONStash stash = new JSONStash("YOUR_SERVER_URL");

StashResponse data = await stash.GetStashDataAsync(STASH_API_KEY, STASH_ID);

bool canParseObject = data.TryParseData(out object obj)

await stash.UpdateStashDataAsync(STASH_API_KEY, STASH_ID, "{ <JSON> }");

About

This library takes what the JSONStash api returns in JSON, and converts it to C# objects for easy interaction with in C# projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages