Hi Andy,

We do not provide a parser, however the result is a standard JSON.

Please take a look at http://json.org/ for details.

For example we use the Jackson <http://jackson.codehaus.org/> JSON processor for serialization.

But as you can see there are plenty of JSON parsers :)

HTH,

Tomer Cohen
The Artifactory Team

On 05/10/2010 12:14 PM, [email protected] wrote:
A use the Rest API to get the folder-info.
The folder-info stores the information in the current dir with file name
<repoKey>  and it produces
"application/vnd.org.jfrog.artifactory.storage.FolderInfo+json".

look here for more information about
application/vnd.org.jfrog.artifactory.storage.FolderInfo+json:
http://wiki.jfrog.org/confluence/display/RTF/Artifactory%27s+REST+API


Now i want to parse the produced file(s). And my Question is:
Exists a parser to parse the information in the produced file or i have to
program one?


------------------------------------------------------------------------------

_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to