PHPackages                             bywatersolutions/silverstripe-jsoneditorfield - 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. bywatersolutions/silverstripe-jsoneditorfield

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

bywatersolutions/silverstripe-jsoneditorfield
=============================================

JSON Editor Field for Silverstripe

0.2.0(6y ago)033GPL-2.0-or-laterJavaScript

Since Nov 15Pushed 5y ago6 watchersCompare

[ Source](https://github.com/bywatersolutions/silverstripe-jsoneditorfield)[ Packagist](https://packagist.org/packages/bywatersolutions/silverstripe-jsoneditorfield)[ Docs](http://github.com/bywatersolutions/silverstripe-jsoneditorfield)[ RSS](/packages/bywatersolutions-silverstripe-jsoneditorfield/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

silverstripe-jsoneditorfield
============================

[](#silverstripe-jsoneditorfield)

Add a JSON Schema-based Editor to SilverStripe. Uses [JSON Editor](https://github.com/json-editor/json-editor) to build an interactive form for building JSON that's valid according to a provided schema.

Installation
============

[](#installation)

```
composer require bywatersolutions/silverstripe-jsoneditorfield

```

Usage
=====

[](#usage)

```
use ByWaterSolutions\JsonEditorField\JsonEditorField;

...

private static $db = array[
    'MyJson' => 'Text'
];

public function getCMSFields() {
    $fields = parent::getCMSFields();
    $schema = file_get_contents("path/to/your/schema.json");
    $fields->addFieldToTab("Root.Main", new JsonEditorField("MyJson", "My JSON Document", $this->MyJson, null, $schema));
    return $fields;
}

```

It's that easy! Of course, you still have to write the JSON Schema and make sure it's valid.... check the console on your browser if you're not getting the form you expected.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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 ~25 days

Total

2

Last Release

2394d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2071249?v=4)[Ian Walls](/maintainers/sekjal)[@sekjal](https://github.com/sekjal)

---

Top Contributors

[![sekjal](https://avatars.githubusercontent.com/u/2071249?v=4)](https://github.com/sekjal "sekjal (1 commits)")

---

Tags

jsonsilverstripejson-editorJsonSchema

### Embed Badge

![Health badge](/badges/bywatersolutions-silverstripe-jsoneditorfield/health.svg)

```
[![Health](https://phpackages.com/badges/bywatersolutions-silverstripe-jsoneditorfield/health.svg)](https://phpackages.com/packages/bywatersolutions-silverstripe-jsoneditorfield)
```

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5253.6M1.4k](/packages/silverstripe-cms)[silverstripe/admin

SilverStripe admin interface

262.8M381](/packages/silverstripe-admin)[phptek/jsontext

JSON storage, querying and modification.

2222.2k2](/packages/phptek-jsontext)[dmstr/yii2-json-editor

Yii2 wrapper for "json-editor/json-editor" (is a fork of "jdorn/json-editor")

1064.7k6](/packages/dmstr-yii2-json-editor)[unclecheese/silverstripe-serialised-dbfields

Provides serialised data (YAML, JSON) in text fields that are traverseable as nested ViewableData objects.

106.3k](/packages/unclecheese-silverstripe-serialised-dbfields)[undefinedoffset/silverstripe-markdown

Adds a field and a data type that allows for Markdown editing, uses the github api to render the html

126.5k1](/packages/undefinedoffset-silverstripe-markdown)

PHPackages © 2026

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