# frozen_string_literal: true require 'rordash' require 'json-path/version' require 'json-path/default_data_wrapper' require 'json-path/path_context' require 'json-path/path_context_collection' require 'json-path/builder' module JsonPath; end