Blog posts tagged "json"
-
Digging into CSN diffs for CDS models
Building a csndiff script to understand CSN changes as I build up CDS models incrementally.
-
CAP, CDS, CDL, CSN and jq - finding associations
Using jq to parse association information from CSN, the internal representation of CDS definitions in CAP.
-
Quick conversion of multiple values using with_entries in jq
Demonstrating how jq's with_entries is a powerful combination of to_entries and from_entries for value conversion.
-
Selecting the related endpoints from a GitHub API response using jq's with_entries
Using jq's with_entries to select the related API endpoints from a GitHub API response.
-
More on the comma as generator, and streaming with select in jq
Exploring the subtleties of the comma as a generator and streaming with select in jq.
-
Recognising patterns and embracing the stream
Refactoring a jq implementation of an LED number display by recognising patterns and embracing the stream-oriented nature of the language.
-
Learning from exploring a question on jq
Exploring different ways of achieving a simple JSON reformulation goal with jq and explaining my thinking.
-
Array push with autovivification in jq
Making a note about array push with autovivification in jq while working on Advent of Code.
-
Extracting blog post dates from URLs with jq
Using jq to extract and sort blog post dates embedded in URLs from a JSON array of GitHub issues.
-
Some notes on modular JSON Schema definitions
Jotting down some notes on understanding how a modular JSON Schema definition might be constructed.
-
More Untappd data explorations with jq - my top ranking beer types (part 3)
Wrapping up my Untappd data exploration with the final ranking of my favourite beer types.
-
More Untappd data explorations with jq - my top ranking beer types (part 2)
Continuing my Untappd data exploration to determine my top ranking beer types.
-
More Untappd data explorations with jq - my top ranking beer types (part 1)
Exploring my Untappd data to discover my top ranking beer types, starting with the data preparation.
-
Untappd data with jq - my top brewery countries
Exploring my Untappd checkin data with jq to find my top brewery countries.
-
Understanding jq's SQL style operators JOIN and INDEX
Exploring jq's JOIN and INDEX operators based on a Stack Overflow answer.
-
Summing and grouping values with jq
Here's yet another note-to-self on using jq, this time to transform a flat list of order totals and dates into a summary of total order values by year.
-
Reshaping data values using jq's with_entries
Exploring a JSON file of valid tutorial tags using jq's with_entries to reshape the data.
-
Multiple level filters in jq
Using jq to shape JSON representations of OData with filtering at two levels.
-
Products by supplier in OData and jq
Comparing OData resource requests with equivalent JSON shaping using jq.
-
Exploring JSON with interactive jq
Using ijq, the interactive jq wrapper, to explore JSON data with immediate visual feedback.
-
JSON object values into CSV with jq
I wanted to grab a CSV version of a JSON representation of an entityset in the Northwind OData service. Here's how I converted the JSON structure into CSV with jq, and along the way, I talk about arrays, objects, iterators, object indices, variables, identity, array construction and format strings.
-
Exploring GitHub repo name distribution with jq
Exploring the distribution of name prefixes for SAP-samples repositories on GitHub using jq.
-
Converting strings to objects with jq
Converting a list of fully qualified GitHub repository names into structured JSON objects with jq.
-
Getting BTP resource GUIDs with the btp CLI – part 2 - JSON and jq
Exploring how the btp CLI supports JSON output and how to parse it with jq.
-
Embracing jq and JSON
Finding that exploring objects in a complex JSON structure is not as scary as I thought with jq.
-
Producing JSON with jq for appending issue titles
Learning how to use jq to produce JSON while writing a script to enhance Thinking Aloud journal entry titles.
-
JSON List Binding and maps
Exploring JSON List Binding and the JavaScript Map object in the context of a UI5 app.
-
This Week in Fiori (2015-13)
Covering week 13 of Fiori news including the Build Your Own SAP Fiori App openSAP course.
-
Keyed vs Non-Keyed Root JSON Elements & UI5 Binding
Exploring the difference between keyed and non-keyed root JSON elements in UI5 data binding.
-
SheetAsJSON - Google Spreadsheet Data as JSON
Explaining how to expose Google spreadsheet data as JSON via HTTP using Google Apps Script.
-
#YRS2013 Hacks on Github
Celebrating the use of GitHub and open source at the Young Rewired State Festival of Code weekend.
-
Firebase and SAPUI5
Exploring Firebase as a backend-as-a-service in the context of SAPUI5 and realtime data.
-
JSON and Other Animals - talk at Manchester jQuery Meetup
Presenting on JSON, AJAX and JSONP at the Manchester jQuery Meetup at MadLab.
-
Coffeeshop screencast: HTTP conneg, resource representations and JSON
Showing HTTP content negotiation, resource representations and JSON support in coffeeshop.
-
Tarpipe REST connector in 5 minutes
Demonstrating the new Tarpipe REST connector with a quick five-minute example.
See all tags.