Skip to content

devdalgic/token-android-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Token JSON to Android Color Parser

React Chakra GitHub

Tool to parse exported JSON design tokens to Android color resources.

Use it here.

Capable of parsing JSON string with the following format:

{
    "Colors": {
        "Encore Gray": {
            "Encore Gray-300": {
            "$type": "color",
            "$value": "#a6b6ca"
            }
        }
    }
}

To the following

<color name="encore_gray_300">#A6B6CA</color>

About

Tool to parse exported JSON design tokens to Android color resources

Topics

Resources

Stars

Watchers

Forks