Skip to content

Commit

Permalink
fix usage pf JSON5 parse
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Dec 22, 2023
1 parent 5f02f57 commit 5127279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
fn (content d!)
handle-result
fn () $ keywordize-data
to-calcit-data $ js/JSON.parse content
to-calcit-data $ .!parse JSON5 content
, d!
|comp-input-area $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down

0 comments on commit 5127279

Please sign in to comment.