Skip to content

WhileTruu/roc-json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Json Package for Roc 🤘

Example

Try running some of the examples using Roc cli.

⚠️ --linker=legacy is necessary for this package because of this roc issue

$ roc run examples/simple1.roc --linker=legacy
Successfully decoded image, title:"View from 15th Floor"

Documentation

See https://lukewilliamboswell.github.io/roc-json/

Alternatively, you can also generate docs locally using roc docs package/main.roc and then serve the html files.

Package URL Release

You can use the release URL package in your Roc app. In your app.roc file you can import the json package like so.

app "example"
    packages {
        cli: "https://github.com/roc-lang/basic-cli/releases/download/[REPLACE WITH RELEASE URL].tar.br",
        json: "https://github.com/lukewilliamboswell/roc-json/releases/download/[REPLACE WITH RELEASE URL].tar.br",
    }
    ...

Releases

No releases published

Packages

No packages published

Languages

  • Nix 52.1%
  • Shell 47.9%