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

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.rvn (Raven)

Raven is to Roc as JSON is to JavaScript. Any Roc value that does not contain functions is valid Raven.

This means you can serialize to and from data 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

Contributors 3

  •  
  •  
  •  

Languages