Registry /
serialization / muhammadmuzzammil1998-jsonc
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
jsonc
✓ github.com/muhammadmuzzammil1998/jsonc
Unmarshal JSON with comments.
package main
import (
"fmt"
"github.com/muhammadmuzzammil1998/jsonc"
)
func main() {
data := []byte(`{"name": "test" /* comment */}`)
var result map[string]interface{}
jsonc.Unmarshal(data, &result)
fmt.Println(result)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.