function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nihon TaisaiNihon Taisai 

JSON_PARSER_ERROR in REST POST: Convert Picklist value from Org1 to String or Picklist value in Org2

All my values transferred good, but it's just Strings. When I try to post Picklist value into Text field I get this in debug msg: [{"message":"Unexpected parameter encountered during deserialization: location at [line:9, column:17]","errorCode":"JSON_PARSER_ERROR"}]
Best Answer chosen by Nihon Taisai
Ashish KumarAshish Kumar
Could you please share the json string and the parser you have created & using to parse the JSON. 

REgards,
Ashish Kr.