Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

OpenHandle Serialization Json

Tony Hammond edited this page Apr 13, 2018 · 2 revisions

The [http://json.org/ JSON] serialization essentially looks like the following:

{
    "handle" : "info:hdl/10100/nature" ,
    "handleValues" : [
        {
            "index" : "1" ,
            "type" : "URL" ,
            "data" : "http://www,nature.com/" ,
            "permission" : {
                ...
            } ,
            "ttl" : {
                ...
            } ,
            "timestamp" : "" ,
            "reference"  : {
                ...
            }
        }
    ]          
}
Clone this wiki locally