2017 © Pedro Peláez
 

library json-encoder

JSON encoding and decoding library.

image

weew/json-encoder

JSON encoding and decoding library.

  • Wednesday, May 24, 2017
  • by weew
  • Repository
  • 1 Watchers
  • 0 Stars
  • 323 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

JSON encoding & decoding library

Build Status Code Quality Test Coverage Version Licence, (*1)

Table of contents

Installation

composer require weew/json-encoder, (*2)

Introduction

This is a very simple wrapper around the json_encode and json_decode functions that additionally supports various data types and provides catchable encoding & decoding exceptions in case of a JSON error., (*3)

Usage

$encoder = new JsonEncoder();
$encoder->encode(/** data **/);
$encoder->decode(/** json **/);

The Versions

24/05 2017

dev-master

9999999-dev

JSON encoding and decoding library.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

24/05 2017

v1.1.0

1.1.0.0

JSON encoding and decoding library.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

21/07 2016

v1.0.1

1.0.1.0

JSON encoding and decoding library.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

12/01 2016

v1.0.0

1.0.0.0

JSON encoding and decoding library.

  Sources   Download

MIT

The Requires

  • weew/php-contracts ^1.1
  • weew/php-helpers-string ^1.1

 

The Development Requires

by Maxim Kott