Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skewb1k/optional

Golang package providing optional field
https://github.com/skewb1k/optional

golang json package

Last synced: 25 days ago
JSON representation

Golang package providing optional field

Awesome Lists containing this project

README

        

# Go Optional Package

A lightweight Go package for handling optional values when parsing JSON.

## Features

- Zero-allocation wrapper for optional values
- Type-safe handling of nullable JSON fields
- Generic based

## Installation

```bash
go get github.com/skewb1k/optional
```

## Usage

Check out tests for usage example.