class Srcom::EmbeddedPlatformConverter

Overview

This is necessary as - when embedded - the platform field is either a full Platform object or an empty array. For some reason srcom chose to not just make the value null if not present.

Defined in:

srcr/mappings/platform/embedded_platform_converter.cr

Class Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) #

[View source]
def self.to_json(value, builder : JSON::Builder) #

[View source]