You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Marco Massenzio (JIRA)" <ji...@apache.org> on 2015/08/03 22:31:09 UTC

[jira] [Updated] (MESOS-3114) Simplify JSON::* by providing "jsonify" along the lines of "stringify"

     [ https://issues.apache.org/jira/browse/MESOS-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Massenzio updated MESOS-3114:
-----------------------------------
    Sprint: Mesosphere Sprint 15, Mesosphere Sprint 16  (was: Mesosphere Sprint 15)

> Simplify JSON::* by providing "jsonify" along the lines of "stringify"
> ----------------------------------------------------------------------
>
>                 Key: MESOS-3114
>                 URL: https://issues.apache.org/jira/browse/MESOS-3114
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Kapil Arya
>            Assignee: Kapil Arya
>              Labels: mesosphere
>
> We want to be able to do things like:
> {code}
> JSON::Value number1 = 25;
> JSON::Number number2 = 26;
> EXPECT_NE(number1, number2);
> EXPECT_EQ(jsonify(12), number1);
> EXPECT_EQ(jsonify(12), number2);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)