# Introducing Json Serializer - An open source library to serialize to JSON

DevFeed: [Introducing Json Serializer - An open source library to serialize to JSON](<https://devfeed.tech/articles/introducing-json-serializer-an-open-source-library-to-serialize-to-json-29152.md>)

Original publisher: [Read original article](<http://tech.zumba.com/2014/01/06/json-serializer//>)

Author: Juan Basso (juan.basso@zumba.com)

Published: 2014-01-06T00:00:00Z

Content type: article

Language: en

Sources: [Zumba](<https://devfeed.tech/sources/zumba.md>)

Topics: [JSON](<https://devfeed.tech/topics/json.md>), [Library](<https://devfeed.tech/topics/library.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [json](<https://devfeed.tech/tags/json.md>), [library](<https://devfeed.tech/tags/library.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [php](<https://devfeed.tech/tags/php.md>)

## AI overview

The article introduces Json Serializer, an open-source library for serializing PHP content to JSON. It supports unserialization, including for objects.

## Source excerpt

Serialize PHP content in JSON, with support to unserialization, even for objects.