jparse

package module
v0.0.0-...-85a6d78 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2021 License: MIT Imports: 2 Imported by: 0

README

jparse

a small and simple wrapper for managing .json files

Why?

  • I was pretty bored, wanted to do something
  • I was annoyed with the hassle of managing json-based files
  • Because why not

Usage

run go get github.com/csharpdf/jparse in your console, and then import it into your project:

import (
	"fmt"

	"github.com/csharpdf/jparse"
)

Then you're ready to start using it!

Of course, there's more than just that, so make sure to check out the docs for more info!

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(file string) (*jsonFile, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL