descriptionJSON library for .Net
homepage URLhttp://lbv.github.io/litjson/
repository URLhttps://github.com/lbv/litjson.git
ownerleonardo@diptongonante.com
last changeSun, 19 Nov 2023 20:03:10 +0000 (19 21:03 +0100)
last refreshSat, 27 Apr 2024 00:45:52 +0000 (27 02:45 +0200)
content tags
add:
README.md

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 serverPlatformBuild status
AppVeyorWindowsAppVeyor branch
BitriseMacOSBuild Status
BitriseLinuxBuild Status
Azure PipelinesLinux / MacOS / WindowsAzure Pipelines Build Status
GitHub ActionsLinux / MacOS / WindowsBuild

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).

shortlog
2023-11-19 Mattias KarlssonMerge branch 'release/0.19.0'master
2023-11-19 Mattias KarlssonTriggr GH master build on tag
2023-11-19 Mattias KarlssonMerge pull request #157 from devlead/feature/gh-1560.19.0
2023-11-19 Mattias Karlsson(GH-156) Update Cake.Tool to 4.0.0157/head
2023-11-19 Mattias KarlssonMerge pull request #142 from udlose/develop
2023-11-19 DaveBlack- fix formatting142/head
2023-11-19 DaveBlack- remove commented-out code
2023-11-19 DaveBlack- fix issue 142 (race conditions on static dictionaries)
2023-11-19 Dave BlackAdd thread safety to fix race conditions around usage...
2023-11-19 Mattias KarlssonMerge pull request #155 from devlead/feature/dependencies
2023-11-19 Mattias Karlsson(GH-154) Update System.Reflection.TypeExtensions to... 155/head
2023-11-19 Mattias Karlsson(GH-153) Update System.Collections.* to 4.3.0
2023-11-19 Mattias Karlsson(GH-152) Update NuGetizer to 1.2.0
2023-11-19 Mattias Karlsson(GH-151) Update nunit to 3.14.0
2023-11-19 Mattias Karlsson(GH-150) Update Microsoft.NET.Test.Sdk to 17.8.0
2023-11-19 Mattias Karlsson(GH-149) Update Microsoft.SourceLink.GitHub to 8.0.0
...
tags
5 months ago 0.19.0
2 years ago 0.18.0
3 years ago 0.17.0
4 years ago 0.16.0
4 years ago 0.15.0
4 years ago v0.14.1
4 years ago v0.14.0
5 years ago v0.13.0
6 years ago v0.12.0
6 years ago v0.11.0
6 years ago v0.10.0
9 years ago v0.9.0
11 years ago v0.7.0 v0.7.0
16 years ago litjson-0.5.0 LitJSON 0.5.0
16 years ago litjson-0.3.0 Release litjson-0.3.0
16 years ago litjson-0.1.0 Release 0.1.0
heads
5 months ago develop
5 months ago master
3 years ago feature/integration-tests
9 years ago gh-pages