Skip to content
cooffeeRequired edited this page Apr 23, 2025 · 20 revisions

skJson Wiki πŸ“š

Welcome to the skJson Wiki! This documentation will help you understand and use the skJson addon for Skript.

What is skJson? πŸ€”

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!

Key Features 🌟

JSON Operations

  • Create JSON from strings, objects, files, or websites
  • Modify JSON using path expressions
  • Handle arrays and objects
  • Pretty print JSON with formatting

File Management

  • Create and manage JSON files
  • File watchers for real-time updates
  • Cache management
  • Virtual storage support

HTTP Requests

  • Create and execute HTTP requests
  • Handle responses synchronously and asynchronously
  • Support for headers, query params, and attachments
  • Response status and content handling

Getting Started πŸš€

To get started with skJson, make sure you have:

  1. Skript installed on your server
  2. skJson addon installed
  3. Proper permissions set up

Documentation Sections πŸ“‘

Support πŸ’¬

If you need help or have questions:

Contributing 🀝

We welcome contributions! If you want to help improve this documentation:

  1. Fork the repository
  2. Make your changes
  3. Submit a pull request

License πŸ“„

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.

Clone this wiki locally