Skip to content

Roc values as a serialization format

License

Notifications You must be signed in to change notification settings

jwoudenberg/rvn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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

Packages

No packages published

Languages