Companies Home Search Profile

Java with JSON

Focused View

1:21:41

188 View
  • 01.01-your_apps_and_json.mp4
    00:50
  • 01.02-what_you_should_know.mp4
    01:11
  • 01.03-exercise_files.mp4
    00:56
  • 02.01-data_interchange_formats.mp4
    03:17
  • 02.02-json_syntax.mp4
    03:04
  • 02.03-primitives.mp4
    02:11
  • 02.04-writing_json.mp4
    02:24
  • 02.05-challenge_reading_and_writing_json.mp4
    00:36
  • 02.06-solution_reading_and_writing_json.mp4
    02:09
  • 03.01-explore_the_sample_app.mp4
    03:11
  • 03.02-json_libraries.mp4
    01:10
  • 03.03-add_gson_as_a_dependency.mp4
    03:44
  • 03.04-use_json_to_write_data.mp4
    02:22
  • 03.05-read_json_from_file.mp4
    02:53
  • 03.06-add_properties_to_the_note_class.mp4
    03:19
  • 03.07-add_new_field_to_the_ui.mp4
    05:13
  • 04.01-working_with_arrays.mp4
    01:08
  • 04.02-write_json_arrays.mp4
    02:43
  • 04.03-read_json_arrays.mp4
    03:35
  • 04.04-define_a_jsonnotesfile_class.mp4
    04:15
  • 04.05-keyed_collections.mp4
    02:16
  • 04.06-use_a_map_of_notes.mp4
    03:36
  • 05.01-write_nested_json.mp4
    04:11
  • 05.02-read_nested_json.mp4
    03:42
  • 05.03-test_nested_json.mp4
    01:44
  • 05.04-select_fields_to_expose.mp4
    03:34
  • 05.05-configure_serialized_names.mp4
    03:29
  • 05.06-iso_8601.mp4
    00:54
  • 05.07-date_and_time_in_json.mp4
    03:45
  • 05.08-handle_null_values.mp4
    03:20
  • 06.01-next_steps.mp4
    00:59
  • Description


    JSON is often used as the encoding for data sent and received by web services, but it can also be used to store data in files and much more. Understanding how JSON works is crucial to building feature-rich applications and experiences. In this course, instructor Jon-Luke West goes over the use of data serialization/deserialization, the way JSON acts as the format, the syntax of JSON, how to read and write JSON in an application, and additional ways you can control the way data is handled. Jon-Luke begins with JSON basics, such as data interchange formats, primitives, and reading and writing JSON. He walks you through a simple JSON implementation, then shows you how to work with arrays. Plus, Jon-Luke covers additional formatting and customization options, like writing, reading, and testing nested JSON, as well as selecting fields to expose, handling null values, and much more.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    LinkedIn Learning is an American online learning provider. It provides video courses taught by industry experts in software, creative, and business skills. It is a subsidiary of LinkedIn. All the courses on LinkedIn fall into four categories: Business, Creative, Technology and Certifications. It was founded in 1995 by Lynda Weinman as Lynda.com before being acquired by LinkedIn in 2015. Microsoft acquired LinkedIn in December 2016.
    • language english
    • Training sessions 31
    • duration 1:21:41
    • Release Date 2023/01/31

    Courses related to Java