juicy-jsoneditor icon indicating copy to clipboard operation
juicy-jsoneditor copied to clipboard

Polymer Element that wraps josdejong/jsoneditor and adds two-way binding for edited JSON.

Results 12 juicy-jsoneditor issues
Sort by recently updated
recently updated
newest added

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.1.0 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Any plans to update to polymer 3? Or if it already works with polymer 3 - any examples?

### Steps to reproduce Use in Internet Explorer 11 #### Live Demo http://juicy.github.io/juicy-jsoneditor/ As a quick note, the sample jsbin provided in this template is missing the appropriate referenced to...

This is some seriously good stuff. Thanks for writing this !! I have a use case question - not a feature request. The user has lots of templates. Let's say...

question

As proposed by @mbana at https://github.com/Juicy/juicy-jsoneditor/issues/9#issuecomment-236281376 it would be nice to fire an event once inner JSONEditor is created and ready to be used.

enhancement

Can you please post a working example of getting access to the actual `editor` field? I'd like to set a schema on it. I can't see how it is exposed,...