Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Series TitleSeries Title
-
Reading LevelReading Level
-
YearFrom:-To:
-
More FiltersMore FiltersContent TypeItem TypeIs Full-Text AvailableSubjectPublisherSourceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
13
result(s) for
"JSON (Document markup language)"
Sort by:
Jq command tutorials for Bash shell scripting
by
Kumar, Narendra
,
Polu, Reddy
in
Instructional films
,
JSON (Document markup language)
,
Scripting languages (Computer science)
2022
Nowadays, DevOps automation is more into REST API usage, and REST API response is JSON. So, to implement bash shell scripts using REST APIs, you must know how to parse the response of REST API (that is, parse JSON data). Jq is a program developed to filter JSON data. You can consider Jq like sed, awk, or grep program but designed specifically for filtering JSON data. Jq supports filters, conditions, operators, and other language features. While the creation and understanding of JSON data are effortless due to its human-readable format, JSON data parsing is still a very complicated task to achieve if done manually. Instead, you can use programs like Jq to parse JSON data in minutes. In this course, you will see the usage of the Jq command in Bash Shell Scripts, followed by filters and options to work with JSON objects. After that, you will look at the simple usage of the Jq command in Shell Scripts and start working with JSON arrays using the index concept. Next, you will be constructing objects and arrays with and without inputs and the usage of the -n option in Jq Command. Finally, you will study the Jq functions. By the end of this course, you will have learned and gained the requisite confidence to work with the Jq Command using Bash Shell scripting in detail.
Streaming Video
Java XML and JSON : document processing for Java SE
\"Use this guide to master the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML and JSON documents from the Java language. New in this edition is coverage of Jackson (a JSON processor for Java) and Oracle's own Java API for JSON processing (JSON-P), which is a JSON processing API for Java EE that also can be used with Java SE. This new edition of \"Java XML and JSON\" also expands coverage of DOM and XSLT to include additional API content and useful examples. All examples in this book have been tested under Java 11. In some cases, source code has been simplified to use Java 11's var language feature. The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining six chapters focus on JSON along with the mJson, GSON, JsonPath, Jackson, and JSON-P APIs. Each chapter ends with select exercises designed to challenge your grasp of the chapter's content. An appendix provides the answers to these exercises.\"--Provided by publisher.
Springer Nature computing video. Working with JSON in xcode
2020
Download JSON data from an online location into your iOS apps. You'll work a sample list of contacts with email addresses, phone numbers, names, and other relevant information. You'll then see how to format the data properly and list it in a TableView to be more user-friendly to read for display in your app. Working with JSON in iOS is one of the most useful pieces of knowledge for a developer. It's used on a daily basis in a wide variety of apps. Displaying online data in an app is an essential part of the iOS ecosystem. Learn how to download text from a server and then format the data properly with Codable in Swift. Using custom cells, you'll build a TableView then place everything in an adaptable AutoLayout. Finally, you'll populate the TableView with the formatted JSON data represented by an array of custom items. By the end of this video, you'll be able to incorporate JSON data into your apps in a user-friendly and easily accessible manner.
Streaming Video
MySQL and JSON : a practical programming guide
This hands-on guide teaches, step by step, how to use JavaScript Object Notation (JSON) with MySQL. Written by a MySQL Community Manager for Oracle, MySQL and JSON: A Practical Programming Guide shows how to quickly get started using JSON with MySQL and clearly explains the latest tools and functions. All content is based on the author's years of interaction with MySQL professionals. Throughout, real-world examples and sample code guide you through the syntax and application of each method. You will get in-depth coverage of programming with the MySQL Document Store-- Provided by publisher.
JavaScript JSON cookbook
2015
About This BookCreate fast and dynamic JavaScript applications that implement JSONPractical examples to show you how to leverage JSON from a variety of application domainsBecome the go-to person for building JSON-enabled web applications in your organizationWho This Book Is ForIf you're writing applications that move structured data from one place to another, this book is for you. This is especially true if you've been using XML to do the job because it's entirely possible that you could do much of the same work with less code and less data overhead in JSON.While the book's chapters make some distinction between the client and server sides of an application, it doesn't matter if you're a frontend, backend, or full-stack developer. The principles behind using JSON apply to both the client and the server, and in fact, developers who understand both sides of the equation generally craft the best applications.
SQL server advanced data types : JSON, XML, and beyond
Deliver advanced functionality faster and cheaper by exploiting SQL Server's ever-growing amount of built-in support for modern data formats. Learn about the growing support within SQL Server for operations and data transformations that have previously required third-party software and all the associated licensing and development costs. Benefit through a better understanding of what can be done inside the database engine with no additional costs or development time invested in outside software. Widely used types such as JSON and XML are well-supported by the database engine. The same is true of hierarchical data and even temporal data. Knowledge of these advanced types is crucial to unleashing the full power that's available from your organization's SQL Server database investment. SQL Server Advanced Data Types explores each of the complex data types supplied within SQL Server. Common usage scenarios for each complex data type are discussed, followed by a detailed discussion on how to work with each data type. Each chapter demystifies the complex data and you learn how to use the data types most efficiently. The book offers a practical guide to working with complex data, using real-world examples to demonstrate how each data type can be leveraged. Performance considerations are also discussed, including the implementation of special indexes such as XML indexes and spatial indexes. What You'll Learn: Understand the implementation of basic data types and why using the correct type is so important Work with XML data through the XML data type Construct XML data from relational result sets Store and manipulate JSON data using the JSON data type Model and analyze spatial data for geographic information systems Define hierarchies and query them efficiently through the HierarchyID type.
JSON : a beginners guide to learning JSON with JavaScript
by
Svekis, Laurence
in
Ajax (Web site development technology)
,
Instructional films
,
JavaScript (Computer program language)
2018
Guide to learning how to use JavaScript Objects and JSON data. JSON is the most popular format for data exchange between applications. If you are interested in connecting to a web API chances are it's JSON formatted. Learn to use AJAX to connect and bring JSON data into your JavaScript! JSON (JavaScript Object Notation) is a syntax for data. JSON is easier to use than XML and human readable. Most modern web APIs output data in JSON formats. It's a lightweight data interchange format that is quickly becoming the default format for data exchange on the internet today! JSON is lightweight, language independent and easy to read and write. JSON is better than XML and more popular! Understanding the basics of JavaScript and how to create websites is a prerequisite to this course. It covers working within JavaScript code to produce dynamic functionality. Learning how to work with JSON is a key skill within modern web development. JSON and APIs are everywhere, once you start working with them you will be amazed at what can be done with a few lines of code. Join now and bring some JSON data into your web applications today. Everything you need to get started using JSON is included in this course.
Streaming Video
An exercise on the JSON server with an AJAX practice application
in
Ajax (Web site development technology)
,
Instructional films
,
JavaScript (Computer program language)
2018
Learn JSON, practice making XHR requests and receiving responses in JavaScript, and set up a JSON server locally. About This Video: Practical exercises to help you build interactive applications driven by local JSON DB data. Learn to set up local-hosted JSON server. In Detail: Are you looking for an easy way to set up a local-hosted JSON server? This course is designed to help you set up and learn JSON and AJAX. You'll use it locally on your own machine and practice working with AJAX and JSON — all from your computer. No CORS errors, no problems; everything will be done locally. This course is designed to help you learn and practice JSON and will walk you through setting up a JSON Server. This will give you a fully functional JSON database that you can use to practice JSON and AJAX. This course covers the basics of XHR requests in JavaScript and how to GET and POST data. Then, you'll learn how to make XHR requests, see database updates directly in your editor, and view the JSON database. Further, you'll find out more about tools and resources that are used to make XML Http Requests in JavaScript. JavaScript Object Notation (or JSON) is an open-standard file format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types. It is a very common data format used for an asynchronous browser-server communication, including as a replacement for XML in some AJAX-style systems. By the end of this course, you will have all the knowledge you need to set up JSON locally and AJAX with JavaScript. INTRODUCTION TO SETTING JSON LOCALLY AND AJAX WITH JAVASCRIPT. JSON server course. Introduction: Set up Local JSON. DB Postman Tool for AJAX. Create your HTML elements. Interactive Button. XHR request data. XHR post data to json. DB Exercise: JSON server interface. Exercise: Build Page Comments. Post: create new posts. Search JSON server. List Comments. Add Post Comments Code. Review JSON server.
Streaming Video