LitJSON / litjson

JSON library for the .Net framework
https://litjson.net/
Other
1.36k stars 403 forks source link

LitJSON

NuGet MyGet

A .Net library to handle conversions from and to JSON (JavaScript Object Notation) strings.

It's quick and lean, without external dependencies. Just a few classes so easily embeddable in your own code or a very small assembly to ship with your code. The code is highly portable, which in general makes it easy to adapt for new platforms.

Continuous integration

Build server Platform Build status
AppVeyor Windows AppVeyor branch
Bitrise MacOS Build Status
Bitrise Linux Build Status
Azure Pipelines Linux / MacOS / Windows Azure Pipelines Build Status
GitHub Actions Linux / MacOS / Windows Build

Compiling

Code can be compiled using .NET CLI or by launching the bootstrappers in the root of the repository.

Windows

./build.ps1

Linux / OS X

./build.sh

Prerequisites

The bootstrappers will (locally in repo)

Testing

This library comes with a set of unit tests using the NUnit framework.

Using LitJSON from an application

Package manager

Install-Package LitJson -Version 0.19.0

.NET CLI

dotnet add package LitJson --version 0.19.0

Paket CLI

paket add LitJson --version 0.19.0

Alternatively, just copy the whole tree of files under src/LitJSON to your own project's source tree and integrate it with your development environment.

Requirements

LitJSON currently targets and supports

Prereleases

Each merge to develop is published to our NuGet feed on MyGet and also GitHub Packages.

Contributing

So you’re thinking about contributing to LitJSON? Great! It’s really appreciated.

License

Unlicense (public domain).