vn-json-value {
    display: inline;

    &.json-string {
        color: #d172cc;
    }
    &.json-object {
        color: #d1a572;
    }
    &.json-number {
        color: #85d0ff;
    }
    &.json-true {
        color: #7dc489;
    }
    &.json-false {
        color: #c74949;
    }
    &.json-null {
        color: #cd7c7c;
        font-style: italic;
    }
}