summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/JsonConstants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/JsonConstants.java b/shared/src/com/vaadin/shared/JsonConstants.java
index 8a9e37f1a5..44aeac72e4 100644
--- a/shared/src/com/vaadin/shared/JsonConstants.java
+++ b/shared/src/com/vaadin/shared/JsonConstants.java
@@ -32,4 +32,6 @@ public class JsonConstants implements Serializable {
public static final String VTYPE_SET = "q";
public static final String VTYPE_NULL = "n";
+ public static final String JSON_CONTENT_TYPE = "application/json; charset=UTF-8";
+
}