Code Monkey home page Code Monkey logo

jsonfinder's People

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jsonfinder's Issues

Properties should be URLencoded

I have an object with dates formatted in mm/dd/yy as the keys. When I try to access the value of it, the url shows: #retailers/12/17/13, and won't let me see the values.

Also the breadcrumb is showing each part as retailers > 12 > 17 > 13 when it should be retailers > 12/17/13

URLencoding should fix the issue I am thinking?

Home/End/Page Up/Page Down Keys don't work

Page Up/Page Down doesn't move you to the up or down of list of properties.
Home/End doesn't move you top or to the bottom of the properties.
Some other shortcuts may be handy too.

Kills page background

I have found at least on website in which simply enabling this extension kills the page background from properly displaying (see < http://steeleinlove.com > using Opera 16). The reference to the background in the source code is not affected, it is simply ignored as a result of the extension being enabled.

Fonts problem

The extension uses monospaced fonts, but the problem is that it connects them to all pages in browser.
As a result, many sites are broken.

The font should only connect the tab with json.

View raw (request)

Hi,
For me the extension have a little problem, if you have the extension active you can´t view the raw json, if you can add a button to display the raw code.

Denying load of chrome-extension

With jsonfinder abled can be viewed this error in all opened pages

Denying load of chrome-extension://flhdcaebggmmpnnaljiajhihdfconkbj/jquery-2.0.2.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.

Support for 'json log files'

Can it also 'do mostly the same' for log files that are structured as a list of (newline delimited) json objects?

I can't imagine this will make the regular case buggy, only seems to require adapting the input size limit enforcement code if any. Then it would be both a json viewer and json log viewer. Json log files are pretty standard at least in the node.js realm (default in popular node.js loggers) and they are more useful than text log files.

One way to get that is to turn the input from a sequence of (newline delimited) json objects to a parent json object that includes the original objects as an array of objects. A bit dirty as it needs to add a meaningless top level object name (e.g. named 'multiple objects' or something) but quite harmless. All that before passing on to the same display code.

?

Persist child selector when selected parent has changed

Data with the same data structure often be kept linearly in an array or object.
And when looking at such data, people tend to move from one to the next item and compare the difference.

For example, when user select data[0].properties.coords, he will see 3 panes.
And then he select data[1]. Instead of showing only 2 panes (data[1] and data[1].properties), it would make much better sense if the third pane kept opened, as one would select data[1].properties.coords.

Note that it makes sense only if those data has the same data structure.

var data = [
  {
    name: 'Bangkok',
    properties: {
      time: '+0700',
      coords: '15 00 N, 100 00 E'
    }
  },
  {
    name: 'Tokyo',
    properties: {
      time: '+0900',
      coords: '36 00 N, 138 00 E'
    }
  }
];

Psuedocode

On select item
  prev <= previous selected item
  cur <= newly selected item
  parent <= first common parent to prev and cur
  prev_base <= path to prev with parent and next level component removed
  if (cur + prev_base) exists
    focus cur + prev item with cur selected
  else
    focus and select cur

Fix column's scroll top reset bug

When user click or navigate to other key, all column's scroll top position is reset to 0.

Need to preserve it for more consistent view.

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.