|
@ -36,7 +36,7 @@ def jsonify(self, parser): |
|
|
|
|
|
|
|
|
By default the key into the json is the name of the field extracted |
|
|
By default the key into the json is the name of the field extracted |
|
|
from the model. If you need to specify an alternate name to use as key, you |
|
|
from the model. If you need to specify an alternate name to use as key, you |
|
|
can definne your mapping as follow into the parser definition: |
|
|
|
|
|
|
|
|
can define your mapping as follow into the parser definition: |
|
|
|
|
|
|
|
|
parser = [ |
|
|
parser = [ |
|
|
'field_name:json_key' |
|
|
'field_name:json_key' |
|
|