Package cloud.opencode.base.json.reactive
package cloud.opencode.base.json.reactive
Reactive JSON Processing Package
响应式JSON处理包
This package provides reactive streaming APIs for JSON processing using Java's Flow API (Reactive Streams). It enables non-blocking, backpressure-aware processing of large JSON documents.
此包使用Java的Flow API(响应式流)提供响应式流式JSON处理API。 它支持对大型JSON文档进行非阻塞、支持背压的处理。
Key Classes | 关键类:
ReactiveJsonReader- Reactive JSON readerReactiveJsonWriter- Reactive JSON writer
- Since:
- JDK 25, opencode-base-json V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
InterfacesClassDescriptionReactive JSON Reader - Reactive streaming JSON parser interface 响应式JSON读取器 - 响应式流式JSON解析器接口Reactive JSON Writer - Reactive streaming JSON writer interface 响应式JSON写入器 - 响应式流式JSON写入器接口