Coder Social home page Coder Social logo

matheusfm / json-utils-plugin Goto Github PK

View Code? Open in Web Editor NEW
15.0 4.0 4.0 75 KB

[DEPRECATED] Now JetBrains IDEs have native support for evaluating JSONPath expressions

License: MIT License

Java 96.76% HTML 3.24%
jetbrains jetbrains-plugin plugin json json-path

json-utils-plugin's People

Contributors

amerousful avatar angelokurtis avatar matheusfm avatar sigbaldi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

json-utils-plugin's Issues

Stack overflow on JSON path modified

Steps:

  1. load this json
    2019-11-21T052759.200.txt

  2. paste this search

$.hits.hits[*]._source.trays_cycle['fr']

  1. write some numbers and point inside square brackets

$.hits.hits[*]._source.trays_cycle['fr'.345]

  1. delete numbers and point one by one

Result:

Exception in plugin detected by IDEA

java.lang.StackOverflowError at com.jayway.jsonpath.internal.path.PathCompiler.readNextToken(PathCompiler.java:145) at com.jayway.jsonpath.internal.path.PathCompiler.readDotToken(PathCompiler.java:165) at com.jayway.jsonpath.internal.path.PathCompiler.readNextToken(PathCompiler.java:139) at com.jayway.jsonpath.internal.path.PathCompiler.readPropertyOrFunctionToken(PathCompiler.java:231) at com.jayway.jsonpath.internal.path.PathCompiler.readNextToken(PathCompiler.java:145) at com.jayway.jsonpath.internal.path.PathCompiler.readDotToken(PathCompiler.java:165) at com.jayway.jsonpath.internal.path.PathCompiler.readNextToken(PathCompiler.java:139) at com.jayway.jsonpath.internal.path.PathCompiler.readPropertyOrFunctionToken(PathCompiler.java:231) at com.jayway.jsonpath.internal.path.PathCompiler.readNextToken(PathCompiler.java:145) at com.jayway.jsonpath.internal.path.PathCompiler.readBracketPropertyToken(PathCompiler.java:603) at com.jayway.jsonpath.internal.path.PathCompiler.readNextToken(PathCompiler.java:132) at com.jayway.jsonpath.internal.path.PathCompiler.readPropertyOrFunctionToken(PathCompiler.java:231) at com.jayway.jsonpath.internal.path.PathCompiler.readNextToken(PathCompiler.java:145) at com.jayway.jsonpath.internal.path.PathCompiler.readDotToken(PathCompiler.java:165)

Add Gradle Support

Gradle is the preferred solution for creating IntelliJ Platform plugins and it can facilitate the dependency management and maintainability of the plugin.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.