This package provides a friendly JSON REST client for Unity that takes advantage of asynchronous calls to handle all your API requests. Key features include:
- Support for Get, Post, Delete, and Put methods
- Customizable headers for tailored requests
- Asynchronous functionality with Async/Await compatibility
- Not tied to MonoBehaviour, allowing for flexible usage
- Background JSON deserialization for efficient data processing
The package also includes:
- Documentation in markdown and .txt formats
- A demo scene for easy testing and exploration
- Clean and optimized C# scripts for seamless integration
Key Features:
- Methods: Get, Post, Delete, Put
- Custom headers
- Asynchronous, compatible with Async/Await
- Not tied to MonoBehaviour
- JSON deserialization in background





