DJ Adams

Blog posts tagged "json"

  1. Digging into CSN diffs for CDS models

    Building a csndiff script to understand CSN changes as I build up CDS models incrementally.

  2. CAP, CDS, CDL, CSN and jq - finding associations

    Using jq to parse association information from CSN, the internal representation of CDS definitions in CAP.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. Learning from exploring a question on jq

    Exploring different ways of achieving a simple JSON reformulation goal with jq and explaining my thinking.

  8. Array push with autovivification in jq

    Making a note about array push with autovivification in jq while working on Advent of Code.

  9. 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.

  10. Some notes on modular JSON Schema definitions

    Jotting down some notes on understanding how a modular JSON Schema definition might be constructed.

  11. 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.

  12. 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.

  13. 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.

  14. Untappd data with jq - my top brewery countries

    Exploring my Untappd checkin data with jq to find my top brewery countries.

  15. Understanding jq's SQL style operators JOIN and INDEX

    Exploring jq's JOIN and INDEX operators based on a Stack Overflow answer.

  16. 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.

  17. 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.

  18. Multiple level filters in jq

    Using jq to shape JSON representations of OData with filtering at two levels.

  19. Products by supplier in OData and jq

    Comparing OData resource requests with equivalent JSON shaping using jq.

  20. Exploring JSON with interactive jq

    Using ijq, the interactive jq wrapper, to explore JSON data with immediate visual feedback.

  21. 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.

  22. Exploring GitHub repo name distribution with jq

    Exploring the distribution of name prefixes for SAP-samples repositories on GitHub using jq.

  23. Converting strings to objects with jq

    Converting a list of fully qualified GitHub repository names into structured JSON objects with jq.

  24. 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.

  25. Embracing jq and JSON

    Finding that exploring objects in a complex JSON structure is not as scary as I thought with jq.

  26. 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.

  27. JSON List Binding and maps

    Exploring JSON List Binding and the JavaScript Map object in the context of a UI5 app.

  28. This Week in Fiori (2015-13)

    Covering week 13 of Fiori news including the Build Your Own SAP Fiori App openSAP course.

  29. Keyed vs Non-Keyed Root JSON Elements & UI5 Binding

    Exploring the difference between keyed and non-keyed root JSON elements in UI5 data binding.

  30. SheetAsJSON - Google Spreadsheet Data as JSON

    Explaining how to expose Google spreadsheet data as JSON via HTTP using Google Apps Script.

  31. #YRS2013 Hacks on Github

    Celebrating the use of GitHub and open source at the Young Rewired State Festival of Code weekend.

  32. Firebase and SAPUI5

    Exploring Firebase as a backend-as-a-service in the context of SAPUI5 and realtime data.

  33. JSON and Other Animals - talk at Manchester jQuery Meetup

    Presenting on JSON, AJAX and JSONP at the Manchester jQuery Meetup at MadLab.

  34. Coffeeshop screencast: HTTP conneg, resource representations and JSON

    Showing HTTP content negotiation, resource representations and JSON support in coffeeshop.

  35. Tarpipe REST connector in 5 minutes

    Demonstrating the new Tarpipe REST connector with a quick five-minute example.

See all tags.