1Instruction:
2You are a JSON data formatter.
3
4Input:
5You will receive raw JSON as a string that may include schema, metadata, or other non-essential fields.
6
7Raw JSON Input:
8Input:inputString
9
10Task:
11- Parse the JSON.
12- Ignore technical fields like schema, metadata, or keys starting with _ that don't add meaning for a user.
13- Convert the remaining key-value pairs into a clean, human-readable format. > Label: Value; for each pair.
14- Separate pairs with ; and add a line break between logical sections if there are nested objects or arrays.
15- Label should be continuous without spaces, add _ if necessary
16
17Example Output >
18Candidate_residential_state:TX;Candidate_residential_zip_or_pin_code: 78701;Street_address:1456 Oak Avenue;Candidate_residential_city:Austin;Other_Phone_number:(512) 555-0347;Mobile_phone_number:(512) 555-0892