PHPackages                             jccoca/filament-json-column - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jccoca/filament-json-column

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jccoca/filament-json-column
===========================

A simple package to view and edit your JSON columns in Filament

v1.0.2(today)01↑2900%MITBladePHP ^8.2

Since Jun 10Pushed todayCompare

[ Source](https://github.com/JCCoca/filament-json-column)[ Packagist](https://packagist.org/packages/jccoca/filament-json-column)[ Docs](https://github.com/jccoca/filament-json-column)[ RSS](/packages/jccoca-filament-json-column/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (14)Versions (4)Used By (0)

filament-json-column
====================

[](#filament-json-column)

V1 of the package, built for Filament 5.

Overview
--------

[](#overview)

`filament-json-column` provides a compact JSON viewer and editor for Filament 5 forms and infolists. It is intended for JSON or array cast attributes in your Eloquent models.

Installation
------------

[](#installation)

```
composer require jccoca/filament-json-column
```

Usage
-----

[](#usage)

Add the component to a Filament 5 schema.

```
use Filament\Schemas\Schema;
use JCCoca\FilamentJsonColumn\JsonColumn;
use JCCoca\FilamentJsonColumn\JsonInfolist;

public static function form(Schema $schema): Schema
{
    return $schema->schema([
        JsonColumn::make('example'),
    ]);
}

public static function infolist(Schema $schema): Schema
{
    return $schema->schema([
        JsonInfolist::make('example'),
    ]);
}
```

The form component provides both a viewer and an editor, with automatic JSON validation.

Compatibility
-------------

[](#compatibility)

- Filament 5.x
- PHP 8.2+
- Laravel 12.x

Credits
-------

[](#credits)

Inspired by Pretty JSON and JSONeditor. Original code base created by [valentin-morice](https://github.com/valentin-morice/).

This package loads JSONEditor from a CDN. See [THIRD\_PARTY\_NOTICES.md](THIRD_PARTY_NOTICES.md) for third-party notices.

License
-------

[](#license)

The package code is released under the MIT License. See [LICENSE.md](LICENSE.md) for details.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/67914629?v=4)[José Coca](/maintainers/JCCoca)[@JCCoca](https://github.com/JCCoca)

---

Top Contributors

[![JCCoca](https://avatars.githubusercontent.com/u/67914629?v=4)](https://github.com/JCCoca "JCCoca (5 commits)")

---

Tags

laravelfilament-json-columnjccoca

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jccoca-filament-json-column/health.svg)

```
[![Health](https://phpackages.com/badges/jccoca-filament-json-column/health.svg)](https://phpackages.com/packages/jccoca-filament-json-column)
```

###  Alternatives

[filament/filament

A collection of full-stack components for accelerated Laravel app development.

3827.0M3.3k](/packages/filament-filament)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

328482.0k25](/packages/codewithdennis-filament-select-tree)[filament/actions

Easily add beautiful action modals to any Livewire component.

1325.2M63](/packages/filament-actions)[valentin-morice/filament-json-column

A simple package to view and edit your JSON columns in Filament

59494.5k](/packages/valentin-morice-filament-json-column)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1126.0k](/packages/codebar-ag-laravel-filament-json-field)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

11075.3k4](/packages/ralphjsmit-laravel-filament-components)

PHPackages © 2026

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