You've already forked lazarus-ccr
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:
@@ -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';
|
||||
|
Reference in New Issue
Block a user