Replies: 2 comments
-
| Your expectation is correct. I think it can be done. but let me test it first. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Couldn't you use  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following JSON
{ "ExternalId": "123456-01", "Name": "Product name", "Attributes": [ { "Attribute": { "@_id": "FAMILY", "Value": "family " } }, { "Attribute": { "@_id": "EXPAND", "Value": "expanded-family" } } ] }and trying to produce this output
I've tried different settings, formatted JSON in couple of different ways, but keep getting
I need to format the "Attributes" section as per the first snippet. Is this possible? Is there a specific way to prefix the JSON properties?
Beta Was this translation helpful? Give feedback.
All reactions