0001    public protocol JSONRenderable
MemoryModel.swift:1
public class MemoryModel: HTMLRenderable, JSONRenderable {
{ 0002 func renderableJSONAttributes() -> [String: Any] 0003 } 0004