Skip to content

geospatialem/json-table-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Json Table Editor

An attempt to create a Json table editor, without a spatial component.

Main Goals

  • Allow the user to input in the Json text
  • Display the Json in-full
  • Display a table
  • Allow the user to delete a field.
  • Allow the user to change a field name.
  • Allow the user to change values within the fields.

Design Notes

  • Functionality is key, look is secondary.
  • The interface could hold a button that would alter the settings. This would speed up processing time, instead of making changes on-the-fly.
  • Allow users to input in a url that will grab the Json.
  • Table view example: Geojson.io, or the GitHub repo.
  • Button example: Json Editor Online, or the Github Repo.
  • Nice to have option: Sortable values that move the entire row when sorting.

About

An attempt to create a JSON table editor, without a spatial component.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published