Skip to content
/ rvn Public
forked from jwoudenberg/rvn

Roc values as a serialization format

License

Notifications You must be signed in to change notification settings

DilsonHiga/rvn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.rvn (Raven)

RVN is a serialization format based of Roc. Any Roc value is valid RVN.

This means you can serialize to and from files with contents like this:

{
    language: "Roc",
    tags: [Fast, Friendly, Functional],
    color: 0x7c38f5, # supports hex digits, comments too!
}

Many thanks for Luke Boswell for roc-json, which served as a great example showing how to write a library like this!

About

Roc values as a serialization format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roc 98.5%
  • Other 1.5%