Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 1 / 2
22 results tagged json  ✕
JSON Schema Store https://www.schemastore.org/json/
Thu 30 Jul 2020 04:37:35 PM CEST
QRCode

JSON Schemas for common JSON file formats

collection file_format json
jqview - Simplest possible native GUI for inspecting JSON https://github.com/fiatjaf/jqview
Sun 07 Jun 2020 09:15:10 AM CEST
QRCode
#cli-app coding_lang:go json opensource software source_code viewer
simdjson 0.3: the fastest JSON parser https://lemire.me/blog/2020/03/31/we-released-simdjson-0-3-the-fastest-json-parser-in-the-world-is-even-better/
Wed 01 Apr 2020 09:54:50 AM CEST
QRCode

Last year (2019), we released the simjson library. It is a C++ library available under a liberal license (Apache) that can parse JSON documents very fast. How fast? We reach and exceed 3 gigabytes per second in many instances. It can also parse millions of small JSON documents per second.

article c++ json library software
jc - Serializes the output of command line tools to JSON https://github.com/kellyjonbrazil/jc
Tue 18 Feb 2020 10:07:20 PM CET
QRCode

This tool serializes the output of popular gnu linux command line tools and file types to structured JSON output.

This allows piping of output to tools like jq.

#cli-app command_line json opensource software source_code text-processing
JSON on the command line with jq | George Ornbo https://shapeshed.com/jq-json/
Sun 22 Dec 2019 11:10:09 PM CET
QRCode

A series of how to examples on using jq, a command-line JSON processor.

article examples howto json tools
jtc - JSON manipulation and transformation https://github.com/ldn-softdev/jtc
Wed 09 Oct 2019 06:19:18 PM CEST
QRCode

JSON manipulation and transformation tool. Contribute to ldn-softdev/jtc development by creating an account on GitHub.

#cli-app coding_lang:c++ command_line json opensource software
Data Package specifications https://frictionlessdata.io/specs/data-package/
Fri 06 Sep 2019 04:11:31 PM CEST
QRCode

A Data Package consists of:

  • Metadata that describes the structure and contents of the package
  • Resources such as data files that form the contents of the package
  • The Data Package metadata is stored in a "descriptor". This descriptor is what makes a collection of data a Data Package. The structure of this descriptor is the main content of the specification below.

In addition to this descriptor a data package will include other resources such as data files. The Data Package specification does NOT impose any requirements on their form or structure and can therefore be used for packaging any kind of data.

The data included in the package may be provided as:

  • Files bundled locally with the package descriptor
  • Remote resources, referenced by URL
  • "Inline" data (see below) which is included directly in the descriptor
csv data file_format homepage json
frictionlessdata | A Python library for working with Data Packages https://github.com/frictionlessdata/datapackage-py
Fri 06 Sep 2019 04:07:40 PM CEST
QRCode
coding_lang:python csv data dataset file_format json library machine_learning python source_code
jq - JSON query https://stedolan.github.io/jq/
Sun 25 Aug 2019 04:53:54 PM CEST
QRCode

(JSON Query?) is sed-like processor for JSON data; can be used to process JSON files and data streams and perform operations such as those allowed by cat, sed, grep and awk on regular text files.

#cli-app category:text_processing filter json opensource search software source_code terminal text-processing tools
todolist - TODO manager clone of Wunderlist http://todolist.site/
Sun 25 Aug 2019 04:45:03 PM CEST
QRCode

A minimal clone of Wunderlist, with 30% of its features. GTD oriented. It stores the task list in a hidden JSON file in the home directory, making it easy to backup or share them.

#cli-app gtd homepage json linux opensource pim software todo_manager
TaskWarrior - Advanced task and TODO manager https://taskwarrior.org/
Sun 25 Aug 2019 04:44:57 PM CEST
QRCode

Todo manager with advanced features; dedicated synchronization server available; many plugins and related tools; healthy software project.

#cli-app coding_lang:c++ homepage json linux opensource pim software source_code todo_manager
How to do BibJSON http://okfnlabs.org/bibjson/
Sun 30 Jun 2019 10:00:54 PM CEST
QRCode

BibJSON is a convention for representing bibliographic metadata in JSON; it makes it easy to share and use bibliographic metadata online.

It is a form of JSON - a simple, useful and common way of representing data on the web; we use it to shift information around between our apps.

  • A BibJSON record is a JSON object
  • A BibJSON collection is a JSON object containing "metadata" followed by "records"
  • The "records" key in a collection points to a list of BibJSON records (JSON objects)
  • The collection and the records both have the "collection" key, and their value should be the same
  • Each record should have a "cid" - an identifier unique within the parent collection
  • Each record should have a "type" - such as "article", "book", or even "author"
  • Record type places no constraint on what can be placed in the record
  • The default set of keys are based on the bibtex keys
  • BibJSON keys are lowercase, no spaces, and usually singular
  • The keys can point to strings, lists, or objects
  • Any thing that is a simple string should remain so
  • Where object complexity is required, make it an object
  • Where additional keys are namespaced, include a "namespace" declaration in the collection "metadata"
  • BibJSON APIs may return other metadata relevant to the parent app; developers can identify such metadata by prefixing the key with "_"; just ignore what is not useful to you
bibliography bibtex file_format homepage json specifications
JSON Resume https://github.com/jsonresume
Thu 27 Jun 2019 10:01:21 PM CEST
QRCode

A community driven open source initiative to create a JSON based standard for resumes.

file_format homepage json library opensource specifications
catj - Displays JSON files in flat format https://github.com/soheilpro/catj
Fri 21 Jun 2019 10:55:14 PM CEST
QRCode

Why?

  • It makes it easier to understand the structure of JSON files.
  • The output is valid JavaScript which can be used directly in code.
  • It's very helpful when writing queries for tools like jq.
#cli-app cli coding_lang:javascript console file_format json opensource software terminal
JSON as configuration files: please don’t https://arp242.net/weblog/json_as_configuration_files-_please_dont
Sun 14 Apr 2019 01:55:55 PM CEST
QRCode
article blog guidelines json online tech
GitHub - simeji/jid: json incremental digger https://github.com/simeji/jid
Tue 01 Jan 2019 12:41:25 AM CET
QRCode

json incremental digger. Contribute to simeji/jid development by creating an account on GitHub.

cli json
The Rise and Rise of JSON https://twobithistory.org/2017/09/21/the-rise-and-rise-of-json.html
Fri 24 Aug 2018 03:02:56 PM CEST
QRCode

JSON has taken over the world. Today, when any two applications communicate with each other across the internet, odds are they do so using JSON.

image

The article describes the history of JSON starting from the aim at having a common information exchange format from XML and beyond.

api article json language
ObjectPath - The agile query language http://objectpath.org/
Sun 08 May 2016 06:07:08 AM CEST
QRCode
json language library python query
How to validate JSON from the command line on Linux - Xmodulo http://xmodulo.com/validate-json-command-line-linux.html
Thu 31 Mar 2016 08:59:32 PM CEST
QRCode
command_line json tools
Building a home automation system - The broker and sensors (Part 2) http://blog.eikeland.se/2012/09/24/building-a-home-automation-system-the-broker-and-sensors-part-2/
Fri 15 May 2015 10:20:40 AM CEST
QRCode

by Stian Eikeland

article building_automation communication json python tutorial
page 1 / 2
3672 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn