Category: JSON

  • Stephen Dolan’s “jq” is a lightweight and flexible command-line JSON processor

    https://stedolan.github.io/jq/ https://stedolan.github.io/jq/tutorial/ https://stedolan.github.io/jq/manual/ https://github.com/stedolan/jq https://github.com/stedolan/jq/wiki https://github.com/stedolan/jq/wiki/Cookbook https://stackoverflow.com/questions/tagged/jq http://shop.oreilly.com/product/0636920032823.do – o’Reilly “Data Science at the Command Line” – has some examples making use of jq https://library.oreilly.com/book/0636920032823/data-science-at-the-command-line/84.xhtml?ref=toc#_jq – behind a paywall available as source (portable C) and as executables for various Intel-based platforms, i.e. some Linux distributions, Mac OS X, Windows incl. Cygwin https://cygwin.com/packages/x86_64/jq/ https://www.safaribooksonline.com/library/view/json-at-work/9781491982389/ch06.html#json_search : …, jq, jqPlay, jq-tutorial,…

  • JSON and Python – json-tidy

    http://herbert.poul.at/blog/ps-ax/jsontidy-pretty-printing-json-data/

  • JSON and Perl – json-tidy

    http://search.cpan.org/perldoc?JSON https://metacpan.org/module/json_pp – a nice utility, that also does JSON pretty-printing

  • the JIRA REST API, how to authenticate, …

    https://en.wikipedia.org/wiki/Jira_(software) https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-basic-authentication https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-cookie-based-authentication https://metacpan.org/module/json_pp – a nice utility, that also does JSON pretty-printing; it comes with http://search.cpan.org/perldoc?JSON There are certainly legion of reasons to use a REST API and also to use the JIRA REST API, I wanted to create a linear “diary” of JIRA actions. This is our sample JIRA issue URL: http://kelpie9:8081/browse/QA-31 This is its…

  • added JSON and YAML in the article on “data logger” / data formats on the English Wikipedia

    https://en.wikipedia.org/wiki/Data_logger#Data_formats I wonder, whether this modifications will find mercy in the eyes of the “article surveyors”. JSON: I attended a presentation given by a member of Pivotal.io, telling of a data logger device, that they use in a project, that emits JSON YAML: a huge international web warehouse exchanges its data with its logistics partners in YAM…

  • Hibiscus Payment Server – successfully upgraded to 2.6.5

    http://Jochen.Hayek.name/wp/blog-en/2013/11/15/hibiscus-payment-server-hbci-banking/ – added the migration steps there everything was fine, the .json files (that I exptract) are just the same – I like it very much that way

  • Hibiscus Payment Server – HBCI banking

    http://www.willuhn.de/products/hibiscus-server/ http://www.willuhn.de/products/hibiscus-server/install.php http://www.willuhn.de/products/hibiscus-server/support.php http://www.willuhn.de/wiki/ – I don’t see Hisbiscus Server mentioned http://www.onlinebanking-forum.de/phpBB2/viewforum.php?f=33 http://www.willuhn.de/bugzilla With the hibiscus-server running on (let’s say) your current machine at port 8080 (AKA https://localhost:8080), you have a few rather useful services available: https://localhost:8080/hibiscus/ – the “Hibiscus Management Console” – this is where you enter your HBCI accounts and where you can view account…

  • rethinkdb – open-source distributed JSON document database with a pleasant and powerful query language

    rethinkdb/rethinkdb · GitHub For a thirty second quickstart, look at http://www.rethinkdb.com/docs/guides/quickstart!

  • logging: Write Logs for Machines, use JSON

    Write Logs for Machines, use JSON | Paul’s Journal Looks like a nice new challenge to use JSON also for debug / trace output. I always found unstructured debug / trace output awful, and of course mine has been “key-value” for a long time. I learned that “at home”, the Karlsruhe Ada Compiler construction team,…