Skip to content

Commit 2c8bddd

Browse files
committed
API docs
1 parent ba1f553 commit 2c8bddd

2 files changed

Lines changed: 658 additions & 1 deletion

File tree

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,38 @@ json_explorer data.json --generate go --config config.json
360360

361361
---
362362

363+
## API Reference
364+
365+
For the complete API reference got to [JSON Explorer API Documentation](https://ms-32154.github.io/py-json-analyzer/) or see the source code.
366+
367+
---
368+
363369
## License
364370

365-
MIT License. See `LICENSE` for details.
371+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
372+
373+
## Contributing
374+
375+
Contributions are welcome! Please feel free to submit a Pull Request.
376+
377+
1. Fork the repository
378+
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
379+
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
380+
4. Push to the branch (`git push origin feature/AmazingFeature`)
381+
5. Open a Pull Request
382+
383+
## Support
384+
385+
If you encounter any issues or have questions, please:
386+
387+
1. Check the [examples](#examples) section
388+
2. Search existing [GitHub Issues](https://github.com/MS-32154/py-json-analyzer/issues)
389+
3. Create a new issue with:
390+
- Python version
391+
- Operating system
392+
- Minimal code example reproducing the issue
393+
- Full error traceback (if applicable)
394+
395+
---
396+
397+
**JSON Explorer** – © 2025 MS-32154. All rights reserved.

0 commit comments

Comments
 (0)