PHPackages                             ehough/jameson - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. ehough/jameson

AbandonedArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

ehough/jameson
==============

JSON encoder/decoder compatible with PHP 5.1 and above.

v1.0.2(10y ago)199MPL-2.0PHPPHP &gt;=5.1.0

Since Jul 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ehough/jameson)[ Packagist](https://packagist.org/packages/ehough/jameson)[ Docs](https://github.com/ehough/jameson)[ RSS](/packages/ehough-jameson/feed)WikiDiscussions develop Synced 3d ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

jameson
-------

[](#jameson)

[![Build Status](https://camo.githubusercontent.com/09d57d15a8b0e477a1037fe3a0291f3db215cf980207c4fb693451d7e9845586/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f65686f7567682f6a616d65736f6e2e706e67)](http://travis-ci.org/ehough/jameson)[![Project Status: Unsupported - The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.](https://camo.githubusercontent.com/baae56ff2a4e564adcf10fe13a639b7e4aaf1d62054fd5086a2e570ecc3637e5/687474703a2f2f7777772e7265706f7374617475732e6f72672f6261646765732f6c61746573742f756e737570706f727465642e737667)](http://www.repostatus.org/#unsupported)[![Latest Stable Version](https://camo.githubusercontent.com/7f397b90da2c9f238d454f6974d272f641100f9475151f765d0ee25cf7413d3c/68747470733a2f2f706f7365722e707567782e6f72672f65686f7567682f6a616d65736f6e2f762f737461626c65)](https://packagist.org/packages/ehough/jameson)[![License](https://camo.githubusercontent.com/4720261da5adf90cb120e9a1c1ce4ab785a07e562d024ee889becb59cfae00b8/68747470733a2f2f706f7365722e707567782e6f72672f65686f7567682f6a616d65736f6e2f6c6963656e7365)](https://packagist.org/packages/ehough/jameson)

**This library is no longer maintained.** JSON encoder/decoder compatible with PHP 5.1.3 and above. This library will use PHP's builtin [`json_encode()`](http://php.net/json_encode) and [`json_decode()`](http://php.net/json_decode) when available.

```
$input   = array('a' => 1, 'b' => 2, 'c' => 3);
$encoder = new ehough_jameson_impl_FastEncoder();  //implements ehough_jameson_api_Encoder
$decoder = new ehough_jameson_impl_FastDecoder();  //implements ehough_jameson_api_Decoder
$asJson  = $encoder->encode($input);               //{"a":1,"b":2,"c":3}
$result  = $decoder->decode($asJson);              //array('a' => 1, 'b' => 2, 'c' => 3);

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~618 days

Total

3

Last Release

3819d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53b269d929f6ba572a15e4b069d9b59e0e99af74db1be60cbac7a56adfea9221?d=identicon)[ehough](/maintainers/ehough)

---

Top Contributors

[![ehough](https://avatars.githubusercontent.com/u/369261?v=4)](https://github.com/ehough "ehough (9 commits)")

### Embed Badge

![Health badge](/badges/ehough-jameson/health.svg)

```
[![Health](https://phpackages.com/badges/ehough-jameson/health.svg)](https://phpackages.com/packages/ehough-jameson)
```

###  Alternatives

[mtdowling/jmespath.php

Declaratively specify how to extract elements from a JSON document

2.0k472.8M135](/packages/mtdowling-jmespathphp)[opis/closure

A library that can be used to serialize closures (anonymous functions) and arbitrary data.

2.6k230.0M284](/packages/opis-closure)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[michelf/php-markdown

PHP Markdown

3.5k52.4M345](/packages/michelf-php-markdown)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
