Skip to content

Nighthawk22/angular-json-schema-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

angular-json-schema-generator

Angular Service for generating a JSON Schema from given JSON

Project is based on the node Libraries of https://github.com/krg7880/json-schema-generator

##Installation - Download zip - Include AngularJSONSchemaGenerator.js in the index file - Add the Module in your Angular Application: angular.module('app', ['ngSchemaGenerator'])

- Use in your Controller:
    angular.module('app').controller('schemaGeneratorCtrl', function(SchemaGenerator){
        $scope.schema = SchemaGenerator.generate({key:"value"});
      })

About

Angular Service for generating a Schema from given JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published