Jump to content

remove $$hashkey from object


anand

Recommended Posts

i converted inventory.json and .thtml to suit my requirement for experience with fields - role, movie, year.

 

i got everything correct except that the year filed is showing $ sign in front of the year.

 

my changed code

 

{
    "title": "Inventory",
    "type": "table",
    "items": {
        "title": "Item",
        "type": "object",
        "properties": {
            "movie": {
                "title": "Movie",
                "type": "string"
            },
            "role": {
                "title": "Role",
                "type": "string"
            },
            "year": {
                "title": "Year",
                "type": "string"
            }
        }
    }
}
 
how to remove that sign in front end
Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...