A sleek, browser-based tool for combining and managing JSON files with an intuitive drag-and-drop interface. Built with Next.js, React, and Tailwind CSS.
- Drag-and-drop interface for JSON files
- Visual tree structure of combined JSON data
- Click-to-copy values with formatted preview
- Path tracking for easy navigation
- One-click export of combined JSON
- Fixed header with persistent controls
- Clean, modern UI with responsive design
- Clone the repository:
git clone [https://github.com/mod-at-nwa/json-combiner](https://github.com/mod-at-nwa/json-combiner) json-combiner
cd json-combiner- Install dependencies:
npm install- Start the development server:
npm run devThe application will be available at http://localhost:3000
- Next.js 13+
- React
- Tailwind CSS
- shadcn/ui components
- Lucide React icons
- Drag JSON files onto the drop zone
- Navigate through the combined JSON structure
- Click values to copy them with formatting
- Use the save button to download the combined JSON
- Clear button resets the workspace
This project uses modern React patterns including:
- React hooks for state management
- Client-side components with Next.js 13
- Tailwind CSS for styling
- shad/ui for UI components
This project was created through a collaboration between Meldrey and Claude 3.5 Sonnet (YDIBIT), an Anthropic AI assistant. The collaboration produced a tool that combines practical utility with modern web development practices.
- Human Developer: Meldrey
- AI Assistant: Claude 3.5 Sonnet (YDIBIT)
MIT License
Copyright (c) 2024 ArkTechNWA. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
