This commit is contained in:
Tomas Dvorak
2026-02-24 10:33:59 +01:00
parent 409acd2e08
commit 898a3c303f
1374 changed files with 290409 additions and 29187 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"id": "bc298c2cd570294cfcd22b55",
"source": "go:encoding/json",
"type": "go-function",
"title": "json.func Marshal",
"content": "# json.func Marshal ¶\n\n```\nfunc Marshal(v any) ([]byte, error)\n```\n\nMarshal returns the JSON encoding of v.",
"url": "https://pkg.go.dev/encoding/json#func Marshal ¶",
"metadata": {
"examples": "null",
"import_path": "Standard library/encoding/json",
"kind": "function",
"package": "json",
"signature": "func Marshal(v any) ([]byte, error)",
"symbol": "func Marshal ¶"
},
"hash": "349f5599d6075a49791d4712bc59ac49a61697b7417def2853b7b085047492fe",
"timestamp": "2026-02-23T11:22:10.080604739+01:00"
}