1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-17 05:58:06 +00:00

Add janet logo,mMove some lib files to example.

This commit is contained in:
Calvin Rose
2018-12-11 18:06:10 -05:00
parent c971d8ab6e
commit 34a69d0318
6 changed files with 6 additions and 21 deletions

View File

@@ -588,7 +588,7 @@ static int json_encode(JanetArgs args) {
static const JanetReg cfuns[] = {
{"encode", json_encode,
"(json/encode x)\n\n"
"(json/encode x [,tab [,newline]])\n\n"
"Encodes a janet value in JSON (utf-8)."
},
{"decode", json_decode,