GithubHelp home page GithubHelp logo

elongame / litjson Goto Github PK

View Code? Open in Web Editor NEW

This project forked from litjson/litjson

0.0 0.0 0.0 370 KB

JSON library for the .Net framework

Home Page: https://litjson.net/

License: Other

C# 95.46% Makefile 1.16% PowerShell 2.35% Shell 1.03%

litjson's Introduction

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
Travis Linux / MacOS Travis build status
Azure Pipelines Linux / MacOS / Windows Azure Pipelines Build Status

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)

  • Fetch and install .NET Core CLI / SDK version needed to compile LitJSON.
  • Fetch and install Cake runner
  • Execute build script with supplied target (--target=[Target]) or by default
    1. Clean previous artifacts
    2. Restore build dependencies from NuGet
    3. Build
    4. Run unit tests
    5. Create NuGet package

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

.NET CLI

dotnet add package LitJson --version 0.10.0

Paket CLI

paket add LitJson --version 0.10.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

  • .NET Standard 2.0
  • .NET Standard 1.5
  • .NET Framework 4.5 and above
  • .NET Framework 4.0
  • .NET Framework 3.5 (including SQLCLR, for which WCOMAB/SqlServerSlackAPI is an example of)
  • .NET Framework 2.0
  • Mono 4.4.2 and above

Prereleases

Each merge to develop is published to our NuGet feed on MyGet.

Contributing

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

  • Create an issue
  • Fork the repository.
  • Create a feature branch from develop to work in.
  • Make your feature addition or bug fix.
  • Don't forget the unit tests.
  • Send a pull request.

License

Unlicense (public domain).

litjson's People

Contributors

lbv avatar devlead avatar whoo24 avatar michaelbartnett avatar immitev avatar mickeykim avatar zhenlinyang avatar grantfar avatar kdw9502 avatar blubbfish avatar hogiyogi597 avatar summitn avatar ikasoumen4 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.