Json Preview
CommunitySupport for `josdejong/jsoneditor` to preview json.
filament/
namespace. Review the source and install at your own risk. Found
malware or an unresolved security issue the author won't
address?
Report it
.
Author:
Ahmed Abdelaal
Documentation
This package seamlessly integrates the powerful JSONEditor library , enabling developers to easily incorporate a robust JSON editor into their Filament projects. https://github.com/josdejong/jsoneditor
#Installation

You can install the package via composer:
composer require ahmedabdelaal/filament-json-preview
publish the svg icons
php artisan vendor:publish --tag=jsoneditor
#Usage
public static function infolist(Infolist $infolist): Infolist
{
return $infolist->schema([
JsonPreview::make('logs'),
]);
}
enable search in json
JsonPreview::make('logs')->searchable()
show NavigationBar in json
JsonPreview::make('logs')->showNavigationBar()
#Contributing
Your contributions are welcome and greatly valued! Please feel free to submit a pull request or create an issue.
#Credits
#License
The MIT License (MIT). Please see License File for more information.
default
search
navigation bar
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle
Blueprint
Filament Blueprint is a premium Laravel Boost extension that helps AI agents produce accurate, detailed implementation plans and security reports for Filament apps.
Filament