Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rJson

What is this?
rJson is a powerful VS C# Library that allows you to pass encrypted data to and from files.
How to use
To start, simply prime with the following:
using rJson;

rJs rJs = new rJs;

You can then transfer variables like so:

var yourStuff = rJs.New("value1=hello,value2=world,password=123", null); 
// If you would like to send your data to a file, simply write the filepath
// in place for null.

Now, parse and grab some data!

var parsed = rJs.parse(yourStuff, null);
// Here you can leave one or the other null.  As for the first parameter,
// that is for if you want to parse in-program rJson as shown, otherwise,
// swap the two variables but instead replace `yourStuff` with a filepath.

Console.WriteLine(rJs.getVar(parsed, "value1")); // will return "hello"
Owner
WillDev12 (WillDevv12)
License
MIT License

This project is open source and free to edit.

Like content like this?

Check out my profile or share it! (this means a lot to me)

https://github.com/WillDev12
https://WillDev12.github.io

About

Encryptable Json file format for .NET projects!

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages