Hi Team,
I have an input json in linkedHashMap in below format:
[
{
“Path”: “/OrgName/shared”,
“subject_type”: [
“GROUP”,
“GROUP”,
“GROUP”,
“USER”
],
“subject”: [
“Operations”,
“admins”,
“Architects”,
“xyz@xyz.com”
],
“perms”: [
[
“R”,
“X”,
“W”
],
[
...