About 368,000 results
Open links in new tab
  1. Re: [json-schema] id, $ref, and JSON Pointer implementation

    Dec 20, 2012 · Some people have suggested using the latest draft of JSON > Pointer for resolving JSON Schema draft v3 URI fragments. While I don't mind > interpreting the …

  2. JSON Pointer: Slashes - Google Groups

    Sure, but JSON Pointer probably shouldn't be concerned with JSON Schema considerations like alternate resolution strategies -- as far as it's concerned it's the resolution strategy.

  3. Is overwriting contents of pointer field the expected behavior of …

    The test code below demonstrates a json.Unmarshal behavior that I find unexpected. The code unmarshals arrays of objects with pointers fields. All unmarshaled objects end up sharing the …

  4. JSON Pointer - Google Groups

    The last value is interpreted as either a property name or an array offset, depending on the node in the target object being evaluated. An excerpt from the JSON Pointer draft: “If the current …

  5. Feedback on adding JSON Pointer based add methods for JsonNode

    I am trying to see if there is any interest to get JSON Pointer based mutators added to the JsonNode in 2.7. The changes offer a simple generic means of modifying a JSON tree; in their …

  6. About the latest JSON Pointer draft: the role of the caret ('^')

    I cannot control what an arbitrary JSON document uses in object member keys. If you're going to use JSON Pointer (or a spec that depends on it), it's a good idea not to use empty keys, or …

  7. [jansson-users] Completely free a json object - Google Groups

    May 20, 2010 · values you hold a reference to. You must never free () any json_t pointer by yourself; json_decref () does this when the reference count

  8. Problems JSON-unmarshaling custom map type - Google Groups

    Mar 11, 2013 · Unfortunately this fails with a null-pointer exception down in the UnmarshalJSON method, because the JSON decoder calls that method with a receiver (the ‘set’ variable) that’s …

  9. Change JSON Pointer Fragment use Dot Instead? - Google Groups

    Knowing about JSON Pointer [4], am I just too late to change this mistake? Can someone appeal to a sense of history, or some overall objective, or some mind-state of the IETF, that would …

  10. print pointer value to json... - Google Groups

    hi, i am newer in golang. i want to marshal pointer value to json. but, i can't. how can i do that ?