• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • ..
  • resources
  • arrayNode.json
  • chengfan's avatar
    [ONOS-5012] implement RESTconf server · c58d4be8 ...
    c58d4be8
     - fix javadoc longer than 80 char limit
     - fix javadoc that missing @params
     - chain calls to StringBuilder.append()
     - combine constant strings in place
    
    Change-Id: Ie2ef4fd4c19e955ad2d5a5584f5017a842abb790
    chengfan authored 2016-09-30 01:25:34 +0000
arrayNode.json 264 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "surname": "Bangalore",
  "networklist":[
    {
      "network-id": "520",
      "server-provided": "123"
    },
    {
      "network-id": "521",
      "server-provided": "124"
    },
    {
      "network-id": "523",
      "server-provided": "125"
    }

  ]
}