A simple Go package for unmarshalling null-able JSON types
Find a file
Winni Neessen 4224968915
Add support for additional types in niljson
Enhanced the niljson package to include support for byte slices and float32 types. Updated the test cases to validate these new types and modified method names to be more consistent.
2024-09-01 16:41:53 +02:00
.github Initial checkin 2024-09-01 16:01:58 +02:00
.gitignore Initial checkin 2024-09-01 16:01:58 +02:00
.golangci.toml Initial checkin 2024-09-01 16:01:58 +02:00
go.mod Initial checkin 2024-09-01 16:01:58 +02:00
LICENSE Initial checkin 2024-09-01 16:01:58 +02:00
niljson.go Add support for additional types in niljson 2024-09-01 16:41:53 +02:00
niljson_test.go Add support for additional types in niljson 2024-09-01 16:41:53 +02:00
README.md Initial commit 2024-09-01 15:53:52 +02:00

niljson

A simple Go package for unmarshalling null-able JSON types