Skip to content

Mojangson.parseCompound not throwing error with invalid syntax #1055

@clabe45

Description

@clabe45

Title: Mojangson.parseCompound not throwing error with invalid syntax

Glowstone build: (commit) 760bff1c4f4fc19ea8507d69924bb7cacb6a9d80

Mojangson.parseCompound doesn't throw a MojangsonParseException with input "{sfasdjflsdfva;rsjtewlq". In singleplayer 1.12, I get the following error when I try to use that as mojangson, so it isn't valid:

Data tag parsing failed: Expected ':' but got ';' at: {sfasdjflsdfva;<--[HERE]

Similarly, the following calls to parseCompound return the following values:

Input Output
{ {}
{" {}
{{} {}
& (error)

It looks like, as long as it begins with a {, no error will be thrown, regardless of the rest of the input.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions