All Projects → kvendrik → Sketch Json Parser

kvendrik / Sketch Json Parser

Replaces layer values in groups with JSON data

Projects that are alternatives of or similar to Sketch Json Parser

Sketch Json
Transform sketch files to json and json to sketch files
Stars: ✭ 113 (+11.88%)
Mutual labels:  json, sketch
Open Sketch
[deprecated] Change the design work. Version control for design file.
Stars: ✭ 162 (+60.4%)
Mutual labels:  json, sketch
Sparkliner
Sparkliner — easy way to make sparkline graph [Sketch plugin]
Stars: ✭ 184 (+82.18%)
Mutual labels:  json, sketch
Sketch React
render sketch(v43+) file as react component
Stars: ✭ 98 (-2.97%)
Mutual labels:  sketch
Rpc.py
A fast and powerful RPC framework based on ASGI/WSGI.
Stars: ✭ 98 (-2.97%)
Mutual labels:  json
Jsonabc
Sorts JSON object alphabetically. It supports nested objects, arrays and collections. Works offline and beautifies JSON object too.
Stars: ✭ 100 (-0.99%)
Mutual labels:  json
Jam Api
Parse web pages using CSS query selectors
Stars: ✭ 1,375 (+1261.39%)
Mutual labels:  json
Kaizen Openapi Editor
Eclipse Editor for the Swagger-OpenAPI Description Language
Stars: ✭ 97 (-3.96%)
Mutual labels:  json
Eslint Plugin I18n Json
Fully extendable eslint plugin for JSON i18n translation files.
Stars: ✭ 101 (+0%)
Mutual labels:  json
Wernicke
Redaction for structured data
Stars: ✭ 100 (-0.99%)
Mutual labels:  json
Rki Covid Api
🦠🇩🇪📈 An API for the spread of covid-19 in Germany. Data from Robert-Koch-Institut.
Stars: ✭ 98 (-2.97%)
Mutual labels:  json
Reddit Bot
🤖 Making a Reddit Bot using Python, Heroku and Heroku Postgres.
Stars: ✭ 99 (-1.98%)
Mutual labels:  json
Mercury
Simple Android app that sends pre-configured commands to remote servers via SSH.
Stars: ✭ 100 (-0.99%)
Mutual labels:  json
Javascript Stringify
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
Stars: ✭ 98 (-2.97%)
Mutual labels:  json
Yar
Light, concurrent RPC framework for PHP & C
Stars: ✭ 1,369 (+1255.45%)
Mutual labels:  json
Fast Serialization
FST: fast java serialization drop in-replacement
Stars: ✭ 1,348 (+1234.65%)
Mutual labels:  json
Pytkgen
Create Tkinter GUIs from JSON definition files.
Stars: ✭ 100 (-0.99%)
Mutual labels:  json
Parse Google Docs Json
Authenticates with Google API and parse Google Docs to JSON or Markdown
Stars: ✭ 100 (-0.99%)
Mutual labels:  json
Dynamo Archive
Archive and Restore DynamoDB Tables, from the Command Line
Stars: ✭ 99 (-1.98%)
Mutual labels:  json
Photo Grid
A Sketch plugin that can size layers to common photo dimensions and scale them to fit in rows or columns.
Stars: ✭ 100 (-0.99%)
Mutual labels:  sketch

Sketch JSON Parser

Replaces layer values in groups with JSON data

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:

[{
    "img": "http://i.imgur.com/IBZMRic.png",
    "title": "Holabila",
    "date": {
        "formatted": "25 Jan 2015",
        "time_ago": "5 min ago"
    },
    "name": "Koen Vendrik"
},
{
    "img": "/Users/joeytribbiani/Desktop/350.png",
    "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 and select the groups (in this case probably two times as you have two items in the array)

#####5. Run the plugin and paste in the JSON when prompted Prompt

#####6. Voila! The plugin replaced all layer values with data from the JSON Woah GIF

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].