Skip to content

DigElements/json-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-transform

A Polymer Element that transforms a JSON object into another JSON object using a transform function.

Example

<json-transform
  data-in="[[data]]"
  data-out="{{output}}"
  transform-function="[[transform]]">
</json-transform>

Dependencies

Dependencies are installed using Bower:

npm install -g bower
bower install

Testing

Tests are run using web-component-tester:

npm install -g web-component-tester
wct

Demonstration & Documentation

Demonstration and documentation are viewed using polyserve:

npm install -g polyserve
polyserve

About

A Polymer Element that transforms a JSON object into another JSON object using a transform function.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages