Skip to content

EVV1E/ByteJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ByteJSON

Serialize Java class files to JSON

Usage

from bytejson import ClassFile

jdata = ClassFile.serialize(data) #Turn the class data to json.
ndata = ClassFile.deserialize(jdata) #Turn the json data back to the class data.

#Both data and ndata should not differ as jdata wasn't altered.
assert data == ndata

About

Serialize Java class files to JSON

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages