From c62089a17242cf9cbb3f6dc5a65817d09109e654 Mon Sep 17 00:00:00 2001 From: Cloyd Lau <31238760+cloydlau@users.noreply.github.com> Date: Tue, 1 Apr 2025 21:40:31 +0800 Subject: [PATCH 1/6] docs: see https://github.com/cloydlau/json-editor-vue/issues/85#issuecomment-2769398819 --- README.md | 2 +- docs/README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c04f838..59636ee 100644 --- a/README.md +++ b/README.md @@ -1015,7 +1015,7 @@ FAQ: How to keep the value as parsed JSON in text mode? > > - Not performant for large JSON documents. > - Adjust the `debounce` value based on the size of your JSON. -> - Will output empty value when the input value is invalid. +> - Will output `undefined` when the input value is invalid. ```vue