I’ve been looking through all I can find on marketplace under search term JSON and have not found one that works for fields that are Option Sets and fields that are Related data types.
Only one that I found that does the functionality that I can actually test and it fails. Its called JSONtools…below is the result I get when testing
[{\"again_option_example_conrad\":{},\"another_option_50k\":{},\"camelcase_text\":\"dfg\",\"color_normal_option_option_colors\":{},\"gender_normal_option_option_gender\":{},\"gender_option_option_gender\":{},\"name_text\":\"first\",\"normal_gender_option_option_gender\":{},\"option_gender_option_option_gender\":{},\"regular_field_name_text\":\"sagas\",\"related_class_custom_class\":null,\"related_company_custom_company\":null,\"Created By\":{},\"Slug\":\"watch-2\",\"Created Date\":\"2025-11-17T16:14:30.331Z\",\"Modified Date\":\"2025-11-17T18:03:50.213Z\",\"_id\":\"1763396070331x343611870195070800\"},{\"again_option_example_conrad\":{},\"another_option_50k\":{},\"camelcase_text\":\"asdg\",\"color_normal_option_option_colors\":{},\"gender_normal_option_option_gender\":{},\"gender_option_option_gender\":{},\"name_text\":\"second\",\"normal_gender_option_option_gender\":{},\"option_gender_option_option_gender\":{},\"regular_field_name_text\":\"asdf\",\"related_class_custom_class\":null,\"related_company_custom_company\":{},\"Created By\":{},\"Slug\":\"watch-1\",\"Created Date\":\"2025-11-17T16:14:37.617Z\",\"Modified Date\":\"2025-11-17T18:12:55.470Z\",\"_id\":\"1763396077617x355042584486077800\"},{\"again_option_example_conrad\":{},\"another_option_50k\":{},\"camelcase_text\":\"sadf\",\"color_normal_option_option_colors\":{},\"gender_normal_option_option_gender\":{},\"gender_option_option_gender\":{},\"name_text\":\"fsdf\",\"normal_gender_option_option_gender\":{},\"option_gender_option_option_gender\":{},\"regular_field_name_text\":\"dfg\",\"related_class_custom_class\":{},\"related_company_custom_company\":{},\"Created By\":{},\"Slug\":\"watch\",\"Created Date\":\"2025-11-17T18:03:05.863Z\",\"Modified Date\":\"2025-11-17T18:12:28.144Z\",\"_id\":\"1763402585530x938882761620455400\"},{\"again_option_example_conrad\":{},\"another_option_50k\":{},\"camelcase_text\":\"sadf\",\"color_normal_option_option_colors\":{},\"gender_normal_option_option_gender\":{},\"gender_option_option_gender\":{},\"name_text\":\"fsdf\",\"normal_gender_option_option_gender\":{},\"option_gender_option_option_gender\":{},\"regular_field_name_text\":\"dfg\",\"related_class_custom_class\":null,\"related_company_custom_company\":null,\"Created By\":{},\"Slug\":null,\"Created Date\":\"2025-11-17T18:19:45.676Z\",\"Modified Date\":\"2025-11-17T18:19:45.677Z\",\"_id\":\"1763403584981x270437141002846200\"},{\"again_option_example_conrad\":{},\"another_option_50k\":{},\"camelcase_text\":\"sadf\",\"color_normal_option_option_colors\":{},\"gender_normal_option_option_gender\":{},\"gender_option_option_gender\":{},\"name_text\":\"fsdf\",\"normal_gender_option_option_gender\":{},\"option_gender_option_option_gender\":{},\"regular_field_name_text\":\"created by matt in action\",\"related_class_custom_class\":null,\"related_company_custom_company\":null,\"Created By\":{},\"Slug\":null,\"Created Date\":\"2025-11-17T18:23:21.046Z\",\"Modified Date\":\"2025-11-17T18:23:21.047Z\",\"_id\":\"1763403800630x305436130717204500\"}]
A plugin element I have been working on can do fields that are option sets and the created by field…I’m still working through the related data type field. As of now I get this
[{"again":"number","another":"File 2 (51,200)","camelcase":"dfg","color_normal":"Yellow","gender_normal":"blue","gender":"green","name":"first","normal_gender":"female","option_gender":"male","regular_field_name":"sagas","related_class":null,"related_company":null,"Created By":{},"Slug":"watch-2","Created Date":"2025-11-17T16:14:30.331Z","Modified Date":"2025-11-17T18:03:50.213Z","_id":"1763396070331x343611870195070800"},{"again":"string","another":"exported","camelcase":"asdg","color_normal":"Yellow","gender_normal":"shade","gender":"red","name":"second","normal_gender":"male","option_gender":"female","regular_field_name":"asdf","related_class":null,"related_company":{},"Created By":{},"Slug":"watch-1","Created Date":"2025-11-17T16:14:37.617Z","Modified Date":"2025-11-17T18:12:55.470Z","_id":"1763396077617x355042584486077800"},{"again":"number","another":"File 2 (51,200)","camelcase":"sadf","color_normal":"Red","gender_normal":"male","gender":"female","name":"fsdf","normal_gender":"female","option_gender":"blue","regular_field_name":"dfg","related_class":{},"related_company":{},"Created By":{},"Slug":"watch","Created Date":"2025-11-17T18:03:05.863Z","Modified Date":"2025-11-17T18:12:28.144Z","_id":"1763402585530x938882761620455400"},{"again":"number","another":"File 2 (51,200)","camelcase":"sadf","color_normal":"Red","gender_normal":"male","gender":"female","name":"fsdf","normal_gender":"female","option_gender":"blue","regular_field_name":"dfg","related_class":null,"related_company":null,"Created By":"1746017197468x355524562164686800","Slug":null,"Created Date":"2025-11-17T18:19:45.676Z","Modified Date":"2025-11-17T18:19:45.677Z","_id":"1763403584981x270437141002846200"},{"again":"number","another":"File 2 (51,200)","camelcase":"sadf","color_normal":"Red","gender_normal":"male","gender":"female","name":"fsdf","normal_gender":"female","option_gender":"blue","regular_field_name":"created by matt in action","related_class":null,"related_company":null,"Created By":"1746017197468x355524562164686800","Slug":null,"Created Date":"2025-11-17T18:23:21.046Z","Modified Date":"2025-11-17T18:23:21.047Z","_id":"1763403800630x305436130717204500"}]
Do you know of one that you have used that works for fields that are option sets or related data types? Most of what I have seen is just JSON to thing, but not a bubble thing to JSON that works as I would want from a Parse as JSON function.