Skip to content

spyrmp/json-serializer-deserializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Json Serializer/Deserializer for PHP

This library is serializing simple php arrays to json string also deserialize json to php arrays

Install

This project can be installed via Composer run the following command:

composer require spyrmp/json-serializer-deserializer

Usage

$json = \Spyrmp\JsonSerializerDeserializer\Json::serialize(["name" => "test_name", "lastname" => "test_lastname"]);
$deserializedJson =  \Spyrmp\JsonSerializerDeserializer\Json::deserialize('{"name":"test_name","lastname":"test_lastname"}');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages