Skip to content

As a user, I want to format and validate JSON input so that I can ensure my JSON data is properly structured. #30

@sapategu

Description

@sapategu

JSON Formatter & Validator

  • Description: Format and validate JSON inputs.
  • Features:
    • JSON input validation.
    • Formatting the JSON data.
  • Implementation with Laravel Filament:
    • Use Filament Forms to provide an input area for JSON.
    • Implement JSON validation using PHP's json_decode and display formatted JSON using Filament Widgets.
  • Entity Relationship Diagram (ERD):
    • User: user_id (PK), name, email.
    • JSONFormatRecord: format_id (PK), user_id (FK), input_json, formatted_json, is_valid, date_created.

Estimated Time: 1-2 weeks

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions