Atom Json Viewer

broken image


  1. Atom Json Viewer App
  2. Atom Json Viewer Image
  3. Json Viewer Chrome
  4. Atom Json Viewer Download

The tool is capable of converting an Atom (or RSS) feed into a valid JSON object. The tool is capable of converting an Atom (or RSS) feed into a valid JSON object.

JSON Feed version 1.1

We've updated the spec to version 1.1. It's a minor update to JSON Feed, clarifying a few things in the spec and adding a couple new fields such as authors and language.

Atom Json Viewer App

For version 1.1, we're starting to move to the more specific MIME type application/feed+json. Clients that parse HTML to discover feeds should prefer that MIME type, while still falling back to accepting application/json too.

Viewer

The code page has also been updated with several new code libraries and apps that support JSON Feed.

Json viewer chrome

The code page has also been updated with several new code libraries and apps that support JSON Feed.

Announcing JSON Feed

We — Manton Reece and Brent Simmons — have noticed that JSON has become the developers' choice for APIs, and that developers will often go out of their way to avoid XML. Gear 360 action director 2017. JSON is simpler to read and write, and it's less prone to bugs.

Atom Json Viewer Image

So we developed JSON Feed, a format similar to RSS and Atom but in JSON. It reflects the lessons learned from our years of work reading and publishing feeds.

See the spec. It's at version 1, which may be the only version ever needed. If future versions are needed, version 1 feeds will still be valid feeds.

Notes

We have a WordPress plugin and, coming soon, a JSON Feed Parser for Swift. As more code is written, by us and others, we'll update the code page.

See Mapping RSS and Atom to JSON Feed for more on the similarities between the formats.

Json Viewer Chrome

This website — the Markdown files and supporting resources — is up on GitHub, and you're welcome to comment there.

This website is also a blog, and you can subscribe to the RSS feed or the JSON feed (if your reader supports it).

We worked with a number of people on this over the course of several months. We list them, and thank them, at the bottom of the spec. But — most importantly — Craig Hockenberry spent a little time making it look pretty. :)

Map viewer for Atom

an Atom package for visualizing and editing map.json files.

it uses leaflet and leaflet-map-builder.

How to use

  • Open a valid map.json file and lunch the viewer with Packages -> Map Viewer -> Open or with ctrl-alt-m.

  • Create an empty map.json with Packages -> Map Viewer -> New -> Map and manually add layers.

  • The map is updated every time the configuration file is saved.

  • Switch on/off layer control in package setting.

Adding layers

Some layer templates can be loaded from the context menu (right-click) on the editor or via keybindings: ctrl-alt-n followed by m (marker), p (polygon), l (polyline), t (tile layer), g (GeoJSON).

Similarly, you can activate drawing capabilities via ctrl-alt-v followed by p (polygon), l (polyline), .. Once drawing is done the skeleton of the layer configuration is available in the clipboard, just paste the text in the configuration file and save it to reload the map.

Minimal example

Copy paste the following map.json in your editor and lunch the map-viewer (e.g. with ctrl-alt-m).

Check more map examples in the examples.map.json repository.

Atom Json Viewer Download

LICENSE

The MIT License (MIT)

Copyright (c) 2020 Gherardo Varando (gherardo.varando@gmail.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.





broken image