Skip to content

kvendrik/sketch-json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sketch JSON Parser

Replaces text layer values in groups with JSON values

Setup

  1. Download/Clone this repo
  2. Run json-parser.sketchplugin

Example

#####1. Say you have a group that looks like this: Layer Group Example

#####2. And a JSON array that looks like this:

[{
    "title": "Holabila",
    "date": {
        "formatted": "25 Jan 2015",
        "time_ago": "5 min ago"
    },
    "name": "Koen Vendrik"
},
{
    "title": "Bilahola",
    "date": {
        "formatted": "28 Feb 2015",
        "time_ago": "2 days ago"
    },
    "name": "Jaer Pollux"
}]

#####3. Now include JSON path variables in your layer names like this: Path Variables Example

#####4. Duplicate the group as many times as you want (in this case probably two times as you have two items in the array)

#####5. Select the groups, run the plugin and paste in the JSON

#####6. Voila! The plugin replaced all text values with data from the JSON object

About

Replaces layer values in groups with JSON data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published