最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

tosca - I want to fetch each values from my json file and evaluate in my application using loops - Stack Overflow

programmeradmin4浏览0评论

I have a JSON file which looks like this

[
 {
   Mem id:12345
   DOB: 04041994
 },
 {
   Mem id:5678
   DOB: 05061987
 }
]

I want to take each mem details and validate in my application using loops. The size is dynamic one. Can you please tell me how to do that.

I tried to get it loops but it taking entire content from it. I’m new to tosca.

发布评论

评论列表(0)

  1. 暂无评论