This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 1395090641e docs: update Kotlin JSON blog title (#504)
1395090641e is described below

commit 1395090641eca60a1e90eb155324e28542499673
Author: Shawn Yang <[email protected]>
AuthorDate: Tue Sep 8 11:17:19 2026 +0800

    docs: update Kotlin JSON blog title (#504)
---
 blog/2026-09-07-fory_kotlin_json.md                                 | 6 +++---
 .../docusaurus-plugin-content-blog/2026-09-07-fory_kotlin_json.md   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/blog/2026-09-07-fory_kotlin_json.md 
b/blog/2026-09-07-fory_kotlin_json.md
index 6733bdb5920..819bdba40ba 100644
--- a/blog/2026-09-07-fory_kotlin_json.md
+++ b/blog/2026-09-07-fory_kotlin_json.md
@@ -1,12 +1,12 @@
 ---
 slug: fory_kotlin_json
-title: "Introducing Apache Fory™ JSON Kotlin: Blazing-Fast JSON Serialization"
-description: "Fory JSON maps Kotlin models to standard JSON while preserving 
constructor defaults, nullability, value classes, and sealed hierarchies. Learn 
how to use it and explore Kotlin MediaContent and 1000 KB benchmark results."
+title: "Apache Fory™ JSON: High-Performance JSON Serialization for Kotlin"
+description: "Fory JSON provides high-performance JSON serialization for 
Kotlin, preserving constructor defaults, nullability, value classes, and sealed 
hierarchies. Benchmarks cover MediaContent and 1000 KB Users and Clients 
documents."
 authors: [chaokunyang]
 tags: [fory, kotlin, java, json, serialization, performance]
 ---
 
-**TL;DR**: Apache Fory JSON for Kotlin combines standard JSON interoperability 
with Kotlin constructor defaults, nullability, value classes, and sealed 
hierarchies. The JVM module supports String and direct UTF-8 APIs without 
requiring `kotlin-reflect`. In the benchmarks presented here, Fory JSON Kotlin 
1.7.1 delivers **3.63×–12.12× the throughput** of kotlinx.serialization, Moshi, 
and Jackson Kotlin on MediaContent, and **2.78×–9.75×** on 1000 KB Users and 
Clients documents.
+**TL;DR**: Apache Fory JSON for Kotlin combines standard JSON interoperability 
with Kotlin constructor defaults, nullability, value classes, and sealed 
hierarchies. It supports String and direct UTF-8 APIs without requiring 
`kotlin-reflect`. In the benchmarks presented here, Fory JSON Kotlin 1.7.1 
delivers **3.63×–12.12× the throughput** of kotlinx.serialization, Moshi, and 
Jackson Kotlin on MediaContent, and **2.78×–9.75×** on 1000 KB Users and 
Clients documents.
 
 - GitHub: [apache/fory](https://github.com/apache/fory)
 - Documentation: [Fory JSON for Kotlin](/docs/json/kotlin)
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-blog/2026-09-07-fory_kotlin_json.md 
b/i18n/zh-CN/docusaurus-plugin-content-blog/2026-09-07-fory_kotlin_json.md
index 8b429781b9f..71b3a2de274 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-blog/2026-09-07-fory_kotlin_json.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-blog/2026-09-07-fory_kotlin_json.md
@@ -1,12 +1,12 @@
 ---
 slug: fory_kotlin_json
 title: "Apache Fory™ JSON Kotlin:极速 Kotlin JSON 序列化框架"
-description: "Fory JSON 将 Kotlin 模型映射为标准 JSON,同时保留构造函数默认值、可空性、值类和 sealed 
层次结构。本文介绍其使用方式、性能原理,以及 Kotlin MediaContent 和 1000 KB 文档的基准测试结果。"
+description: "Fory JSON 为 Kotlin 提供高性能 JSON 序列化,保留构造函数默认值、可空性、值类和 sealed 
层次结构的语义。基准测试涵盖 MediaContent 和 1000 KB Users、Clients 文档。"
 authors: [chaokunyang]
 tags: [fory, kotlin, java, json, serialization, performance]
 ---
 
-**摘要**:Apache Fory JSON for Kotlin 在提供标准 JSON 互操作能力的同时,保留 Kotlin 
构造函数默认值、可空性、值类和 sealed 层次结构的语义。该 JVM 模块支持 String API 和直接处理 UTF-8 的 API,无需依赖 
`kotlin-reflect`。在本文展示的基准测试中,Fory JSON Kotlin 1.7.1 处理 MediaContent 时,吞吐量为 
kotlinx.serialization、Moshi 和 Jackson Kotlin 的 **3.63–12.12 倍**;处理 1000 KB 的 
Users 和 Clients 文档时,吞吐量为这些库的 **2.78–9.75 倍**。
+**摘要**:Apache Fory JSON for Kotlin 在提供标准 JSON 互操作能力的同时,保留 Kotlin 
构造函数默认值、可空性、值类和 sealed 层次结构的语义。支持 String API 和直接处理 UTF-8 的 API,无需依赖 
`kotlin-reflect`。在本文展示的基准测试中,Fory JSON Kotlin 1.7.1 处理 MediaContent 时,吞吐量为 
kotlinx.serialization、Moshi 和 Jackson Kotlin 的 **3.63–12.12 倍**;处理 1000 KB 的 
Users 和 Clients 文档时,吞吐量为这些库的 **2.78–9.75 倍**。
 
 - GitHub:[apache/fory](https://github.com/apache/fory)
 - 文档:[Fory JSON for Kotlin](/docs/json/kotlin)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to