How to decode Json using native JSON or actionjson in Flex 3

前端 未结 4 1447
没有蜡笔的小新
没有蜡笔的小新 2020-12-09 07:03

I have the below Json (wf.json)

{
\"workflow\":{
    \"template\":\"Analysis1\",

    \"start\":{
        \"instance\":\"HDA_run1\",
        \"user\":\"symte         


        
4条回答
  •  北海茫月
    2020-12-09 07:36

    
    
    
        
    
    
            
                
                
            
        
        
    
    

    test.json

    { "name": "dibneg", "age" : "67", "sex": "female", "imagePath": "kamil.jpg" }

提交回复
热议问题