Thanks to visit codestin.com
Credit goes to github.com

Skip to content

elephant-php/json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elephant-php/net

PHP extension for simple JSON encoding and decoding where return exeption if has error

// Examle function usege
<?php

use function Elephant\Json;

$data = json_encode([
    'message' => 'hello world',
    'code' => 1122,
    'isAdmin' => true
]);

var_dump($data); //string(52) "{"message":"hello world","code":1122,"isAdmin":true}"

About

PHP extension for simple JSON encoding and decoding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages