-
Notifications
You must be signed in to change notification settings - Fork 4
Home
cooffeeRequired edited this page Apr 23, 2025
·
20 revisions
Welcome to the skJson Wiki! This documentation will help you understand and use the skJson addon for Skript.
skJson is a powerful Skript addon that provides extensive JSON manipulation capabilities. It allows you to:
- Create and manipulate JSON data
- Work with JSON files and caching
- Handle HTTP requests and responses
- Use JSON path expressions
- Map JSON to Skript variables
- And much more!
- Create JSON from strings, objects, files, or websites
- Modify JSON using path expressions
- Handle arrays and objects
- Pretty print JSON with formatting
- Create and manage JSON files
- File watchers for real-time updates
- Cache management
- Virtual storage support
- Create and execute HTTP requests
- Handle responses synchronously and asynchronously
- Support for headers, query params, and attachments
- Response status and content handling
To get started with skJson, make sure you have:
- Skript installed on your server
- skJson addon installed
- Proper permissions set up
- Creating JSON - Learn how to create and work with JSON data
- Working with Files - File operations and management
- Working with Cache - Caching and storage management
- Working with Requests - HTTP request handling
- Modifying JSON - JSON manipulation and path operations
- Examples - Comprehensive usage examples
If you need help or have questions:
- Join our Discord server
- Check our GitHub Issues
- Visit our Documentation
We welcome contributions! If you want to help improve this documentation:
- Fork the repository
- Make your changes
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
Note
For more information about Markdown formatting and alerts, see GitHub's discussion on Markdown alerts.