PHPackages                             youneselbarnoussi/nova-json - 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. youneselbarnoussi/nova-json

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

youneselbarnoussi/nova-json
===========================

JSON Laravel Nova field.

1.0.6(7y ago)010MITPHPPHP &gt;=7.1.0

Since Sep 5Pushed 3y agoCompare

[ Source](https://github.com/YouneselBarnoussi/nova-json)[ Packagist](https://packagist.org/packages/youneselbarnoussi/nova-json)[ RSS](/packages/youneselbarnoussi-nova-json/feed)WikiDiscussions master Synced 1mo ago

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

Important
=========

[](#important)

This field has been merged to [Custom Nova Fields](https://github.com/64robots/nova-fields) package. Keep track of it for updates!
==================================================================================================================================

[](#this-field-has-been-merged-to-custom-nova-fields-package-keep-track-of-it-for-updates)

JSON Field for Laravel Nova
===========================

[](#json-field-for-laravel-nova)

This field allows you to group together Nova Fields and merge their key =&gt; value pairs into unique JSON.

### Demo

[](#demo)

[![Demo](https://camo.githubusercontent.com/eedef8c99d54787066e01affcd3378d0fc25bc4091fd74dc781870960e76fe63/687474703a2f2f672e7265636f726469742e636f2f6237616c7849766c73682e676966)](https://camo.githubusercontent.com/eedef8c99d54787066e01affcd3378d0fc25bc4091fd74dc781870960e76fe63/687474703a2f2f672e7265636f726469742e636f2f6237616c7849766c73682e676966)

### Install

[](#install)

Run this command in your nova project: `composer require youneselbarnoussi/nova-fields`

### Add it to your Nova Resource:

[](#add-it-to-your-nova-resource)

Create a new Json field passing an array of Nova Fields as second param

```
use Barnoussi\NovaFields\JSON;

JSON::make('Content', [
              Text::make('Name'),
              Boolean::make('Active'),
              Textarea::make('Description'),
          ]),
```

Attribute name can be passed as third param

```
use Barnoussi\NovaFields\JSON;

JSON::make('Content', [
              Text::make('Name'),
              Boolean::make('Active'),
              Textarea::make('Description'),
          ], 'content_json'),
```

This converts to

```
{ "name": "Jane", "active": true, "description": "My Description" }
```

and is stored in the `content_json` field.

In this example ensure that the `content_json` field is being set to cast to `object` on the underlying model instance.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~2 days

Total

7

Last Release

2792d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa3fc9cede53fb5f8b0f6339dc9fb3234087b0e29b7c37b979564784c45b506d?d=identicon)[YouneselBarnoussi](/maintainers/YouneselBarnoussi)

---

Top Contributors

[![beliolfa](https://avatars.githubusercontent.com/u/12644599?v=4)](https://github.com/beliolfa "beliolfa (25 commits)")[![YouneselBarnoussi](https://avatars.githubusercontent.com/u/16510310?v=4)](https://github.com/YouneselBarnoussi "YouneselBarnoussi (8 commits)")[![robmpreston](https://avatars.githubusercontent.com/u/9950092?v=4)](https://github.com/robmpreston "robmpreston (3 commits)")[![mink](https://avatars.githubusercontent.com/u/13795700?v=4)](https://github.com/mink "mink (2 commits)")[![ragingdave](https://avatars.githubusercontent.com/u/1168344?v=4)](https://github.com/ragingdave "ragingdave (2 commits)")

---

Tags

jsonlaravelfieldnova

### Embed Badge

![Health badge](/badges/youneselbarnoussi-nova-json/health.svg)

```
[![Health](https://phpackages.com/badges/youneselbarnoussi-nova-json/health.svg)](https://phpackages.com/packages/youneselbarnoussi-nova-json)
```

###  Alternatives

[stepanenko3/nova-json

Nova json field to spread a json column throughout multiple fields.

42249.7k](/packages/stepanenko3-nova-json)[novadaemon/filament-pretty-json

Read-only field to show pretty json in your filamentphp forms

44359.2k2](/packages/novadaemon-filament-pretty-json)[digital-creative/nova-json-wrapper

Allows you to group Nova fields and merge their output into a single JSON column.

1379.9k1](/packages/digital-creative-nova-json-wrapper)[armincms/json

A Laravel Nova field.

25149.4k3](/packages/armincms-json)[json-mapper/laravel-package

The JsonMapper package for Laravel

25170.4k3](/packages/json-mapper-laravel-package)

PHPackages © 2026

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