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

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

64robots/nova-json
==================

JSON Laravel Nova field.

1.0.6(7y ago)207.9k4MITPHPPHP &gt;=7.1.0

Since Sep 5Pushed 7y ago2 watchersCompare

[ Source](https://github.com/64robots/nova-json)[ Packagist](https://packagist.org/packages/64robots/nova-json)[ RSS](/packages/64robots-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 64robots/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 R64\NovaFields\JSON;

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

Attribute name can be passed as third param

```
use R64\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

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 78.1% 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

2791d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88e19e84d31e5f50eb2e338915669ae04f507a643fa24f88afc870520d8bef23?d=identicon)[64robots](/maintainers/64robots)

---

Top Contributors

[![beliolfa](https://avatars.githubusercontent.com/u/12644599?v=4)](https://github.com/beliolfa "beliolfa (25 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/64robots-nova-json/health.svg)

```
[![Health](https://phpackages.com/badges/64robots-nova-json/health.svg)](https://phpackages.com/packages/64robots-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)
