aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2022-07-12 19:55:09 +0000
committerSadaf Ebrahimi <sadafebrahimi@google.com>2022-07-12 19:57:51 +0000
commitb704857c919ba5b804ffc07501f3011252885e7a (patch)
tree68b473a8a2af43c769f449f0f413345350788fb7
parentcfebd353184c7127543b46ca70755863ad6ea3d4 (diff)
downloadjackson-core-b704857c919ba5b804ffc07501f3011252885e7a.tar.gz
Escaping double quotes inside the JSON quoted string
Test: treehugger Change-Id: I1299943244c9530ef6f706ebbd66df2f213ab675
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index 91d28eb0..0d45b52d 100644
--- a/METADATA
+++ b/METADATA
@@ -1,6 +1,6 @@
name: "jackson-core"
description:
- "This project contains core low-level incremental ("streaming") parser and "
+ "This project contains core low-level incremental (\"streaming\") parser and "
"generator abstractions used by Jackson Data Processor. It also includes "
"the default implementation of handler types (parser, generator) that "
"handle JSON format. The core abstractions are not JSON specific, although "