JSON FORMAT

## Korean To English

please translate in English this data(A)  and format as JSON format like below example(B):

""" (A)
["비전프로", "푸바오"]
"""

""" (B)
 "badgeData": {
                "business": "비즈니스",
                "post": "블로깅",
“””

## English To Korean

please translate in Korean this data(A)  and format as JSON format like below example(B):

""" (A)
'job' | 'income' | 'education' | 'car' | 'house' | 'property' | 'inheritance' | 'appearance' | 'reputation';

""" (B)
 “property: {
                "job": “직업”,
                "income": “연봉,
“””