WebMap JSON Online

The sample shows how to create a WebMap using the raw json string. The json should be valid json and must match ArcGIS.com WebMap specification.

Download Sample Application
XAML C# VB.NET
<UserControl x:Class="ArcGISWPFSDK.CreateWebMapFromJson"
       xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:esri="http://schemas.esri.com/arcgis/client/2009">
    <Grid x:Name="LayoutRoot" Background="White">
    </Grid>
</UserControl>

Sample code usage restrictions
5/16/2014