JSON Complexe's simple content name from "__" to "value".

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4387 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2015-11-11 08:57:45 +00:00
parent 0dd86c13fc
commit 9c774a0c9b

View File

@@ -24,7 +24,7 @@ const
sCONTENT_TYPE = 'contenttype';
s_json_ContentType = 'application/json';
s_json = 'json';
s_inner_value = '__';
s_inner_value = 'value';
s_json_code = 'code';
s_json_error = 'error';