package com.alibaba.fastjson;

/* JADX INFO: loaded from: classes.dex */
public interface JSONAware {
    String toJSONString();
}
